ihatemoney/docs/conf.py
2021-11-01 20:09:55 +01:00

17 lines
389 B
Python

templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"
project = "I hate money"
copyright = "2011-2021, The 'I hate money' team"
version = "5.0"
release = "5.0"
exclude_patterns = ["_build"]
pygments_style = "sphinx"
extensions = ["myst_parser", "sphinx.ext.autosectionlabel"]
myst_enable_extensions = [
"colon_fence",
]
autosectionlabel_prefix_document = True