File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ commands:
97
97
- run :
98
98
name : Install Python dependencies
99
99
command : |
100
- python -m pip install --no-deps --user \
101
- git+https://github.com/matplotlib/mpl-sphinx-theme.git
102
100
python -m pip install --user \
103
101
numpy<< parameters.numpy_version >> codecov coverage \
104
102
-r requirements/doc/doc-requirements.txt
103
+ python -m pip install --no-deps --user \
104
+ git+https://github.com/matplotlib/mpl-sphinx-theme.git
105
105
106
106
mpl-install :
107
107
steps :
Original file line number Diff line number Diff line change @@ -434,7 +434,6 @@ def js_tag_with_cache_busting(js):
434
434
435
435
# The name of an image file (within the static path) to place at the top of
436
436
# the sidebar.
437
- html_logo = "_static/logo2.svg"
438
437
html_theme_options = {
439
438
"navbar_links" : "internal" ,
440
439
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
You can’t perform that action at this time.
0 commit comments