conf#

Template for Sphinx configuration file.

Module Contents#

conf.project = 'Boom Languages CE'#
conf.copyright = '2024, Steve'#
conf.author = 'Steve'#
conf.release = 'latest'#
conf.extensions = ['myst_parser', 'sphinx.ext.autodoc', 'autoapi.extension', 'sphinxcontrib.mermaid']#
conf.templates_path = ['_templates']#
conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']#
conf.html_theme = 'furo'#
conf.html_static_path = ['_static']#
conf.html_title = ''#
conf.source_suffix#
conf.autoapi_dirs = ['']#