File tree 3 files changed +2
-45
lines changed
3 files changed +2
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -301,34 +301,12 @@ def _check_dependencies():
301
301
# the sidebar.
302
302
html_logo = "_static/logo2.svg"
303
303
html_theme_options = {
304
+ "native_site" : True ,
304
305
"logo_link" : "index" ,
305
306
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
306
307
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
307
308
"collapse_navigation" : not is_release_build ,
308
- "icon_links" : [
309
- {
310
- "name" : "gitter" ,
311
- "url" : "https://gitter.im/matplotlib" ,
312
- "icon" : "fab fa-gitter" ,
313
- },
314
- {
315
- "name" : "discourse" ,
316
- "url" : "https://discourse.matplotlib.org" ,
317
- "icon" : "fab fa-discourse" ,
318
- },
319
- {
320
- "name" : "GitHub" ,
321
- "url" : "https://github.com/matplotlib/matplotlib" ,
322
- "icon" : "fab fa-github-square" ,
323
- },
324
- {
325
- "name" : "twitter" ,
326
- "url" : "https://twitter.com/matplotlib/" ,
327
- "icon" : "fab fa-twitter-square" ,
328
- },
329
- ],
330
309
"show_prev_next" : False ,
331
- "navbar_center" : ["mpl_nav_bar.html" ],
332
310
}
333
311
include_analytics = is_release_build
334
312
if include_analytics :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ipython
13
13
ipywidgets
14
14
numpydoc>=0.8
15
15
packaging>=20
16
- pydata -sphinx-theme>=0.6.0
16
+ mpl -sphinx-theme
17
17
sphinxcontrib-svg2pdfconverter>=1.1.0
18
18
sphinx-gallery>=0.10
19
19
sphinx-copybutton
You can’t perform that action at this time.
0 commit comments