File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5151 "matplotlib.sphinxext.plot_directive" ,
5252 "numpydoc" ,
5353 "sphinx_copybutton" ,
54+ 'sphinx_design' ,
5455]
5556
5657# Configuration options for plot_directive. See:
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}
133137include_analytics = is_release_build
134138if include_analytics :
153157# This is required for the alabaster theme
154158# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
155159html_sidebars = {
156- "**" : [
157- "relations.html" , # needs 'show_related': True theme option to display
158- ]
159160}
160161
161162
You can’t perform that action at this time.
0 commit comments