conf
Module Contents
-
conf.project = 'Chemprop'
-
conf.copyright = '2024, Chemprop developers'
-
conf.author = 'Chemprop developers'
-
conf.release = '2.2.3'
-
conf.extensions = ['nbsphinx', 'sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'autoapi.extension',...
-
conf.nbsphinx_execute = 'never'
-
conf.templates_path = ['_templates']
-
conf.exclude_patterns = []
-
conf.autodoc_typehints = 'description'
-
conf.nbsphinx_allow_errors = True
-
conf.autoapi_dirs = ['../..']
-
conf.autoapi_ignore = ['*/tests/*', '*/cli/*', '*scripts/check_and_install_cuik_molmaker.py*']
-
conf.autoapi_file_patterns = ['*.py']
-
conf.autoapi_options = ['members', 'undoc-members', 'show-inheritance', 'show-module-summary', 'special-members',...
-
conf.autoapi_keep_files = True
-
conf.bibtex_bibfiles = ['refs.bib']
-
conf.html_theme = 'sphinx_book_theme'
-
conf.html_static_path = ['_static']