Skip to content

Commit 411c793

Browse files
authored
Adopt pydata sphinx theme (#371)
1 parent aa7b722 commit 411c793

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@
124124

125125
# The theme to use for HTML and HTML Help pages. See the documentation for
126126
# a list of builtin themes.
127-
# html_theme = 'alabaster'
127+
html_theme = "pydata_sphinx_theme"
128128

129129
# Theme options are theme-specific and customize the look and feel of a theme
130130
# further. For a list of options available for each theme, see the
131131
# documentation.
132-
# html_theme_options = {}
132+
html_theme_options = {"navigation_with_keys": False}
133133

134134
# Add any paths that contain custom themes here, relative to this directory.
135135
# html_theme_path = []

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ docs = [
5252
"sphinxcontrib_spelling",
5353
"sphinx-autodoc-typehints",
5454
"traitlets",
55+
"pydata_sphinx_theme",
5556
]
5657

5758
[project.scripts]

0 commit comments

Comments
 (0)