Skip to content

Commit d4775c6

Browse files
committed
Use Pydata sphinx theme
1 parent 1f51ad8 commit d4775c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

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

103103
# The theme to use for HTML and HTML Help pages. See the documentation for
104104
# a list of builtin themes.
105-
html_theme = "sphinx_rtd_theme"
105+
html_theme = "pydata_sphinx_theme"
106106

107107
# Theme options are theme-specific and customize the look and feel of a theme
108108
# further. For a list of options available for each theme, see the

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ pandas
2525
pillow
2626
pre-commit
2727
pycodestyle
28+
pydata-sphinx-theme
2829
pytest
2930
scipy
3031
selenium
3132
setuptools_scm
3233
sphinx
33-
sphinx_rtd_theme
3434
twine>=3.2.0
3535
types-requests
3636
vega_datasets

0 commit comments

Comments
 (0)