parrot-extension/docs/source/conf.py

13 lines
306 B
Python

project = "Parrot Extension"
copyright = "2023, Jeff Moe"
author = "Jeff Moe"
release = "v0.0.3"
extensions = [
"sphinx.ext.autodoc",
]
templates_path = ["_templates"]
exclude_patterns = ["_build"]
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
htmlhelp_basename = "ParrotExtensiondoc"