conf
#
Module Contents#
- conf.project = 'Arsenal'#
- conf.copyright#
- conf.author = 'Marissa Dotter, Keith Manville, Aidan Fennelly'#
- conf.release#
- conf.extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'autoapi.extension', 'myst_parser',...#
- conf.intersphinx_mapping#
- conf.tls_verify = False#
- conf.autodoc_typehints = 'description'#
- conf.autoapi_options = ['members', 'undoc-members', 'show-inheritance', 'show-module-summary']#
- conf.autoapi_python_class_content = 'both'#
- conf.autoapi_type = 'python'#
- conf.autoapi_dirs = ['../']#
- conf.templates_path = ['_templates']#
- conf.exclude_patterns = ['**/_tests']#
- conf.html_theme = 'furo'#
- conf.html_logo = '../assets/A.png'#
- conf.html_theme_options#
- conf.html_static_path = ['_static']#
- conf.html_favicon = '../assets/A.png'#