conf
====

.. py:module:: conf


Attributes
----------

.. autoapisummary::

   conf.project
   conf.copyright
   conf.author
   conf.release
   conf.extensions
   conf.nbsphinx_execute
   conf.templates_path
   conf.exclude_patterns
   conf.autodoc_typehints
   conf.nbsphinx_allow_errors
   conf.autoapi_dirs
   conf.autoapi_ignore
   conf.autoapi_file_patterns
   conf.autoapi_options
   conf.autoapi_keep_files
   conf.bibtex_bibfiles
   conf.html_theme
   conf.html_static_path


Module Contents
---------------

.. py:data:: project
   :value: 'Chemprop'


.. py:data:: copyright
   :value: '2024, Chemprop developers'


.. py:data:: author
   :value: 'Chemprop developers'


.. py:data:: release
   :value: '2.2.3'


.. py:data:: extensions
   :value: ['nbsphinx', 'sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'autoapi.extension',...


.. py:data:: nbsphinx_execute
   :value: 'never'


.. py:data:: templates_path
   :value: ['_templates']


.. py:data:: exclude_patterns
   :value: []


.. py:data:: autodoc_typehints
   :value: 'description'


.. py:data:: nbsphinx_allow_errors
   :value: True


.. py:data:: autoapi_dirs
   :value: ['../..']


.. py:data:: autoapi_ignore
   :value: ['*/tests/*', '*/cli/*', '*scripts/check_and_install_cuik_molmaker.py*']


.. py:data:: autoapi_file_patterns
   :value: ['*.py']


.. py:data:: autoapi_options
   :value: ['members', 'undoc-members', 'show-inheritance', 'show-module-summary', 'special-members',...


.. py:data:: autoapi_keep_files
   :value: True


.. py:data:: bibtex_bibfiles
   :value: ['refs.bib']


.. py:data:: html_theme
   :value: 'sphinx_book_theme'


.. py:data:: html_static_path
   :value: ['_static']


