We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd1c35 commit 6238a7aCopy full SHA for 6238a7a
conf.py
@@ -30,6 +30,7 @@
30
"sphinx_rtd_theme",
31
"sphinx_tabs.tabs",
32
"myst_parser",
33
+ "sphinx_rtd_dark_mode",
34
]
35
36
# Add any paths that contain templates here, relative to this directory.
@@ -55,7 +56,7 @@
55
56
57
# Toc options
58
'includehidden': True,
- 'titles_only': False
59
+ 'titles_only': False,
60
}
61
html_favicon = '_static/favicon.ico'
62
html_logo = 'cyberduck-icon-64.png'
@@ -83,4 +84,6 @@
83
84
myst_enable_extensions = [
85
"html_image",
86
"colon_fence"
-]
87
+]
88
+
89
+default_dark_mode = False
requirements.txt
@@ -1,6 +1,7 @@
1
myst-parser
2
sphinx-tabs
3
sphinx_rtd_theme
4
+sphinx_rtd_dark_mode
5
6
# Pin docutils
7
docutils~=0.18.0
0 commit comments