We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f51ad8 commit d4775c6Copy full SHA for d4775c6
2 files changed
docs/conf.py
@@ -102,7 +102,7 @@
102
103
# The theme to use for HTML and HTML Help pages. See the documentation for
104
# a list of builtin themes.
105
-html_theme = "sphinx_rtd_theme"
+html_theme = "pydata_sphinx_theme"
106
107
# Theme options are theme-specific and customize the look and feel of a theme
108
# further. For a list of options available for each theme, see the
requirements-dev.txt
@@ -25,12 +25,12 @@ pandas
25
pillow
26
pre-commit
27
pycodestyle
28
+pydata-sphinx-theme
29
pytest
30
scipy
31
selenium
32
setuptools_scm
33
sphinx
-sphinx_rtd_theme
34
twine>=3.2.0
35
types-requests
36
vega_datasets
0 commit comments