summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorJake Zerrer <him@jakezerrer.com>2025-11-22 10:31:29 -0500
committerJake Zerrer <him@jakezerrer.com>2025-11-26 13:08:28 -0500
commitfb447b950e9e24e0d6a3ce3f3442fc9f82dd54c1 (patch)
treeb4694a9c63be4c1557af4038b37bb9eb597f945d /docs/source
parentfc95724e3f13a0ff16a6572f3bcbb43b3bf095a6 (diff)
Set sphinx theme
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9fdbb5f..3aaefcd 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -23,5 +23,5 @@ exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
-html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']