Skip to content

Commit 4855aaf

Browse files
committed
Use pydata-sphinx-theme
1 parent fceb14c commit 4855aaf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# The theme to use for HTML and HTML Help pages. See the documentation for
5353
# a list of builtin themes.
54-
html_theme = 'sphinx_rtd_theme'
54+
html_theme = 'pydata_sphinx_theme'
5555
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
5656

5757
# Add any paths that contain custom static files (such as style sheets) here,

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
myst_parser==0.18.0
22
jupyterlite-sphinx
33
sphinx
4+
pydata-sphinx-theme

0 commit comments

Comments
 (0)