File tree Expand file tree Collapse file tree 5 files changed +12
-219
lines changed Expand file tree Collapse file tree 5 files changed +12
-219
lines changed Original file line number Diff line number Diff line change 2
2
markdown
3
3
pyyaml
4
4
sphinx
5
- mpl-sphinx-theme
6
- pydata-sphinx-theme < 0.9.0
5
+ mpl-sphinx-theme ~= 3.6.0
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
html_theme = "mpl_sphinx_theme"
17
17
html_static_path = ["./_static" ]
18
18
html_theme_options = {
19
- "logo_link" : "https://matplotlib.org/stable" ,
20
- "native_site" : False ,
19
+ "logo" : {
20
+ "link" : "https://matplotlib.org/stable" ,
21
+ "image_light" : "images/logo2.svg" ,
22
+ "image_dark" : "images/logo_dark.svg" ,
23
+ },
24
+ "navbar_links" : "internal" ,
25
+ "page_sidebar_items" : "page-toc.html" ,
21
26
}
22
27
23
28
html_css_files = [
27
32
html_sidebars = {
28
33
'**' : ['localtoc.html' ]
29
34
}
30
-
Original file line number Diff line number Diff line change 23
23
</a >
24
24
</td >
25
25
26
- {% if 'pypi' in package.badges %}
27
26
<td >
27
+ {% if 'pypi' in package.badges %}
28
28
<a href =" https://pypi.org/project/{{ package.pypi_name }}" >
29
29
<img src =" _static/badges/pip-orange.svg" >
30
30
</a >
31
- </td >
32
- {% else %}
33
- <td >
34
- <img src =" _static/badges/pip-empty.svg" >
35
- </td >
36
31
{% endif %}
37
- {% if 'conda' in package.badges %}
32
+ </ td >
38
33
<td >
34
+ {% if 'conda' in package.badges %}
39
35
<a href =" https://anaconda.org/{{ package.conda_channel }}/{{ package.conda_package }}" >
40
36
<img src =" _static/badges/conda-blue.svg" >
41
37
</a >
42
- </td >
43
- {% else %}
44
- <td >
45
- <img src =" _static/badges/conda-empty.svg" >
38
+ {% endif %}
46
39
</td >
47
- {% endif %}
48
40
49
41
<td >
50
42
{% if 'site' in package.badges %}
You can’t perform that action at this time.
0 commit comments