File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11sphinx-copybutton
22pydata-sphinx-theme
3- sphinx-rtd-dark-mode
3+ sphinx-rtd-dark-mode
4+ sphinx-book-theme
Original file line number Diff line number Diff line change 2626extensions = [
2727 "math_dollar" ,
2828 "sphinx_copybutton" , # code-block copy button
29- "sphinx_rtd_dark_mode" , # must comment this to use pydata theme
29+ # "sphinx_rtd_dark_mode", # must comment this to use pydata theme
3030]
3131
3232# Select one of the two:
255255
256256# The theme to use for HTML and HTML Help pages. Major themes that come with
257257# Sphinx are currently 'default' and 'sphinxdoc'.
258- html_theme = 'pydata_sphinx_theme'
258+ # html_theme = 'pydata_sphinx_theme'
259+ html_theme = 'sphinx_book_theme'
259260# html_theme = 'sphinx_rtd_theme'
260261
261262# Theme options are theme-specific and customize the look and feel of a theme
You can’t perform that action at this time.
0 commit comments