We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192fc81 commit 320e3a0Copy full SHA for 320e3a0
3 files changed
.gitignore
@@ -25,3 +25,6 @@ MANIFEST
25
*.manifest
26
*.spec
27
.idea/
28
+
29
+# extra for documantation builds
30
+docs/_build/
docs/conf.py
@@ -33,9 +33,12 @@
33
# ones.
34
extensions = [
35
'sphinx.ext.autodoc',
36
- 'sphinx_rtd_theme'
+ 'sphinx_rtd_theme',
37
+ 'sphinx_rtd_dark_mode',
38
]
39
40
+default_dark_mode = False
41
42
# Add any paths that contain templates here, relative to this directory.
43
templates_path = ['_templates']
44
docs/requirements.txt
@@ -1,2 +1,3 @@
1
Sphinx==8.1.3
2
-sphinx-rtd-theme==3.0.2
+sphinx-rtd-theme==3.0.2
3
+sphinx-rtd-dark-mode==1.3.0
0 commit comments