mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 06:16:15 +00:00
docs dark mode
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user