File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ < a href ="http://depsy.org/package/python/matplotlib ">
3
+ < img src ="http://depsy.org/api/package/pypi/matplotlib/badge.svg ">
4
+ </ a >
5
+
6
+ < br />
7
+
8
+ Travis-CI: < img src ="https://travis-ci.org/matplotlib/matplotlib.svg?branch=master "/>
9
+
10
+ < br />
Original file line number Diff line number Diff line change 185
185
#html_sidebars = {}
186
186
187
187
# Custom sidebar templates, maps page names to templates.
188
- html_sidebars = {'index' : 'indexsidebar.html' ,
189
- }
190
-
188
+ html_sidebars = {
189
+ 'index' : ['badgesidebar.html' , 'indexsidebar.html' ],
190
+ '**' : ['badgesidebar.html' , 'localtoc.html' ,
191
+ 'relations.html' , 'sourcelink.html' , 'searchbox.html' ]
192
+ }
191
193
192
194
# Additional templates that should be rendered to pages, maps page names to
193
195
# template names.
You can’t perform that action at this time.
0 commit comments