docs dark mode

This commit is contained in:
Irmen de Jong
2025-08-16 11:32:24 +02:00
parent 8972235a0e
commit 976bd52972
2 changed files with 5 additions and 1 deletions

View File

@@ -52,7 +52,10 @@ needs_sphinx = '5.3'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [ 'sphinxcontrib.jquery']
extensions = [ 'sphinxcontrib.jquery', 'sphinx_rtd_dark_mode']
# user starts in light mode
default_dark_mode = False
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']