dejafu/docs/readthedocs/source/conf.py
Michael Walker 83e391847f
Redirect old readthedocs site
I've also added redirects for old links - those are configured in the
admin panel, rather than in code.
2023-10-19 20:31:09 +01:00

24 lines
421 B
Python

# Configuration file for the Sphinx documentation builder.
# -- Project information
project = 'Déjà Fu'
copyright = 'Michael Walker (barrucadu)'
author = 'Michael Walker (barrucadu)'
release = 'HEAD'
version = 'HEAD'
# -- General configuration
extensions = []
templates_path = ['_templates']
# -- Options for HTML output
html_theme = 'sphinx_rtd_theme'
# -- Options for EPUB output
epub_show_urls = 'footnote'