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.
pydata-sphinx-theme
1 parent fceb14c commit 4855aafCopy full SHA for 4855aaf
docs/conf.py
@@ -51,7 +51,7 @@
51
52
# The theme to use for HTML and HTML Help pages. See the documentation for
53
# a list of builtin themes.
54
-html_theme = 'sphinx_rtd_theme'
+html_theme = 'pydata_sphinx_theme'
55
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
56
57
# Add any paths that contain custom static files (such as style sheets) here,
docs/requirements.txt
@@ -1,3 +1,4 @@
1
myst_parser==0.18.0
2
jupyterlite-sphinx
3
sphinx
4
+pydata-sphinx-theme
0 commit comments