Skip to content

Commit

Permalink
Use the Book theme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Apr 25, 2024
1 parent bda64ef commit a1bdd3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sphinx
myst-nb
numpydoc
nbsphinx
pydata-sphinx-theme
sphinx-book-theme
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"sphinx.ext.autodoc",
"numpydoc",
"myst_nb",
"pydata_sphinx_theme",
"sphinx_book_theme",
]
nb_execution_mode = "off"

Expand All @@ -54,7 +54,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
html_theme = "sphinx_book_theme"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit a1bdd3d

Please sign in to comment.