conf

Attributes

project

copyright

author

release

extensions

autoapi_dirs

templates_path

exclude_patterns

html_theme

html_static_path

Module Contents

conf.project = 'conjecscore'
conf.copyright = '2026, Christopher Sumnicht'
conf.author = 'Christopher Sumnicht'
conf.release = '0.2.0'
conf.extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'autoapi.extension']
conf.autoapi_dirs = ['../..']
conf.templates_path = ['_templates']
conf.exclude_patterns = []
conf.html_theme = 'alabaster'
conf.html_static_path = ['_static']