Skip to content

Commit df06f33

Browse files
authored
Merge pull request #43 from jtpio/pydata-sphinx-theme
Use `pydata-sphinx-theme`
2 parents fceb14c + 4855aaf commit df06f33

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)