File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 124
124
125
125
# The theme to use for HTML and HTML Help pages. See the documentation for
126
126
# a list of builtin themes.
127
- # html_theme = 'alabaster'
127
+ html_theme = "pydata_sphinx_theme"
128
128
129
129
# Theme options are theme-specific and customize the look and feel of a theme
130
130
# further. For a list of options available for each theme, see the
131
131
# documentation.
132
- # html_theme_options = {}
132
+ html_theme_options = {"navigation_with_keys" : False }
133
133
134
134
# Add any paths that contain custom themes here, relative to this directory.
135
135
# html_theme_path = []
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ docs = [
52
52
" sphinxcontrib_spelling" ,
53
53
" sphinx-autodoc-typehints" ,
54
54
" traitlets" ,
55
+ " pydata_sphinx_theme" ,
55
56
]
56
57
57
58
[project .scripts ]
You can’t perform that action at this time.
0 commit comments