We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1867ca commit 6881baaCopy full SHA for 6881baa
docs/conf.py
@@ -16,8 +16,11 @@ def setup(app):
16
17
extensions = [
18
'sphinx.ext.todo',
19
+ 'sphinx_rtd_dark_mode'
20
]
21
22
+default_dark_mode = False
23
+
24
templates_path = ['_templates']
25
26
source_suffix = '.rst'
requirements.txt
@@ -1,3 +1,4 @@
1
-sphinx
+sphinx==4.4
2
sphinx_rtd_theme
3
+sphinx_rtd_dark_mode
4
docutils<0.18
0 commit comments