File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 17
17
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
18
18
# ones.
19
19
extensions = [
20
- 'sphinxcontrib.jquery' , # Remove when requiring pydata-sphinx-theme>=0.13.
21
20
'notfound.extension' ,
22
21
]
23
22
@@ -92,14 +91,9 @@ def js_tag_with_cache_busting(js):
92
91
html_theme = "mpl_sphinx_theme"
93
92
html_favicon = "_static/favicon.ico"
94
93
html_theme_options = {
95
- "logo" : {
96
- "link" : "https://matplotlib.org/stable/" ,
97
- "image_light" : "images/logo2.svg" ,
98
- "image_dark" : "images/logo_dark.svg" ,
99
- },
100
- "navbar_links" : "server-stable" ,
101
- "footer_items" : ["landing_footer" ],
102
- "page_sidebar_items" : [],
94
+ "navbar_links" : ("absolute" , "server-stable" ),
95
+ "footer_start" : ["landing_footer" ],
96
+ "secondary_sidebar_items" : [],
103
97
}
104
98
105
99
# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change 1
1
jinja2 > 3
2
- mpl-sphinx-theme ~= 3.7.0
3
- pydata-sphinx-theme ~= 0.12 .0
2
+ mpl-sphinx-theme ~= 3.7.1
3
+ pydata-sphinx-theme ~= 0.13 .0
4
4
pygments >= 2.7
5
5
sphinx
6
6
sphinx-notfound-page
7
- sphinxcontrib.jquery == 2.0.0 # Remove when requiring pydata-sphinx-theme>=0.13.
You can’t perform that action at this time.
0 commit comments