File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4646 'sphinx.ext.imgconverter' ,
4747 'IPython.sphinxext.ipython_console_highlighting' ,
4848 'sphinx_copybutton' ,
49+ 'sphinx_rtd_dark_mode' ,
4950]
5051
5152# Add any paths that contain templates here, relative to this directory.
8687if on_rtd :
8788 html_theme = 'default'
8889else :
89- html_theme = 'sphinx_rtd_theme '
90+ html_theme = 'sphinx_rtd_light_them '
9091
9192# Theme options are theme-specific and customize the look and feel of a theme
9293# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ sphinx_rtd_theme == 1.0.0
33IPython == 8.10.0 # For sphinx documentation
44sphinxcontrib-napoleon == 0.7 # For auto doc
55sphinx-copybutton
6+ sphinx-rtd-dark-mode
You can’t perform that action at this time.
0 commit comments