diff options
| author | Jake Zerrer <him@jakezerrer.com> | 2025-11-22 10:30:50 -0500 |
|---|---|---|
| committer | Jake Zerrer <him@jakezerrer.com> | 2025-11-22 12:06:51 -0500 |
| commit | ce56a1b8a34f87f978d33d9ce59b1f7ce15e99e1 (patch) | |
| tree | 1934240a7f537c83be9d64cee219367e4df69ad0 /docs/source/conf.py | |
| parent | 71d49d2f62ee692eb46412b8fbe4b4f6bf8fcf31 (diff) | |
Run sphinx-quickstart
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py new file mode 100644 index 0000000..9fdbb5f --- /dev/null +++ b/docs/source/conf.py @@ -0,0 +1,27 @@ +# Configuration file for the Sphinx documentation builder. +# +# For the full list of built-in configuration values, see the documentation: +# https://www.sphinx-doc.org/en/master/usage/configuration.html + +# -- Project information ----------------------------------------------------- +# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information + +project = 'Unheard' +copyright = '2025, Jake Zerrer' +author = 'Jake Zerrer' + +# -- General configuration --------------------------------------------------- +# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration + +extensions = [] + +templates_path = ['_templates'] +exclude_patterns = [] + + + +# -- Options for HTML output ------------------------------------------------- +# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output + +html_theme = 'alabaster' +html_static_path = ['_static'] |
