Module Contents
-
conf.project = 'BlueCast'
-
conf.copyright = '2024, Thomas Meißner'
-
conf.author = 'Thomas Meißner'
-
conf.release = '1.6.3'
-
conf.extensions = ['myst_parser', 'sphinx.ext.autodoc', 'autoapi.extension', 'sphinx.ext.napoleon',...
-
conf.source_suffix = ['.rst', '.md']
-
conf.source_parsers
-
conf.myst_heading_anchors = 2
-
conf.autoapi_type = 'python'
-
conf.autoapi_dirs
-
conf.templates_path = ['_templates']
-
conf.exclude_patterns: Any = []
-
conf.html_theme = 'alabaster'
-
conf.html_static_path = ['_static']