Skip to content

Commit 45a8ef3

Browse files
authored
Use PyData theme for docs (#485)
* Require `pydata-sphinx-theme` in `docs` * Configure `pydata_sphinx_theme` in docs * Note PyData theme change
1 parent 8c4098e commit 45a8ef3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __getattr__(cls, name):
132132

133133
# The theme to use for HTML and HTML Help pages. See the documentation for
134134
# a list of builtin themes.
135-
html_theme = 'default'
135+
html_theme = 'pydata_sphinx_theme'
136136

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

docs/release.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Unreleased
1414
Enhancements
1515
~~~~~~~~~~~~
1616

17+
* Use PyData theme for docs
18+
By :user:`John Kirkham <jakirkham>`, :issue:`485`.
19+
1720
Fix
1821
~~~
1922

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Homepage = "https://github.com/zarr-developers/numcodecs"
4747
docs = [
4848
"sphinx<7.0.0",
4949
"sphinx-issues",
50+
"pydata-sphinx-theme",
5051
"numpydoc",
5152
"mock",
5253
]

0 commit comments

Comments
 (0)