Skip to content

Commit 9574947

Browse files
committed
DOC: tweak sidebar in theme
1 parent ea24bdd commit 9574947

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"matplotlib.sphinxext.plot_directive",
5252
"numpydoc",
5353
"sphinx_copybutton",
54+
'sphinx_design',
5455
]
5556

5657
# Configuration options for plot_directive. See:
@@ -129,6 +130,9 @@
129130
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
130131
"collapse_navigation": not is_release_build,
131132
"show_prev_next": False,
133+
"navigation_with_keys": False,
134+
# "secondary_sidebar_items": "page-toc.html",
135+
"footer_start": ["copyright", "sphinx-version", "doc_version"],
132136
}
133137
include_analytics = is_release_build
134138
if include_analytics:
@@ -153,9 +157,6 @@
153157
# This is required for the alabaster theme
154158
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
155159
html_sidebars = {
156-
"**": [
157-
"relations.html", # needs 'show_related': True theme option to display
158-
]
159160
}
160161

161162

0 commit comments

Comments
 (0)