File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
'sphinx.ext.viewcode' ,
40
40
'sphinx.ext.todo' ,
41
41
'sphinx_rtd_theme' ,
42
+ 'sphinx_rtd_dark_mode' ,
42
43
]
43
44
44
45
# Add any paths that contain templates here, relative to this directory.
64
65
#
65
66
html_theme = 'sphinx_rtd_theme'
66
67
68
+ default_dark_mode = True
69
+
67
70
# Add any paths that contain custom static files (such as style sheets) here,
68
71
# relative to this directory. They are copied after the builtin static files,
69
72
# so a file named "default.css" will overwrite the builtin "default.css".
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ sphinx==5.3.0
38
38
# via sphinx-rtd-theme
39
39
sphinx-rtd-theme == 1.1.1
40
40
# via -r requirements.in
41
+ sphinx-rtd-dark-mode == 1.3.0
41
42
sphinxcontrib-applehelp == 2.0.0
42
43
# via sphinx
43
44
sphinxcontrib-devhelp == 2.0.0
You can’t perform that action at this time.
0 commit comments