We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bca00c commit 440d0a4Copy full SHA for 440d0a4
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,6 +25,7 @@ pandas
25
pillow
26
pre-commit
27
pycodestyle
28
+pydata-sphinx-theme
29
pytest
30
pytest-cov
31
pytest-flake8
@@ -33,7 +34,6 @@ scipy
33
34
selenium
35
setuptools_scm
36
sphinx
-sphinx_rtd_theme
37
twine>=3.2.0
38
types-requests
39
vega_datasets
0 commit comments