Skip to content

Commit 440d0a4

Browse files
committed
Use Pydata sphinx theme
1 parent 5bca00c commit 440d0a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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,6 +25,7 @@ pandas
2525
pillow
2626
pre-commit
2727
pycodestyle
28+
pydata-sphinx-theme
2829
pytest
2930
pytest-cov
3031
pytest-flake8
@@ -33,7 +34,6 @@ scipy
3334
selenium
3435
setuptools_scm
3536
sphinx
36-
sphinx_rtd_theme
3737
twine>=3.2.0
3838
types-requests
3939
vega_datasets

0 commit comments

Comments
 (0)