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:
9797 - run :
9898 name : Install Python dependencies
9999 command : |
100- python -m pip install --no-deps --user \
101- git+https://github.com/matplotlib/mpl-sphinx-theme.git
102100 python -m pip install --user \
103101 numpy<< parameters.numpy_version >> codecov coverage \
104102 -r requirements/doc/doc-requirements.txt
103+ python -m pip install --no-deps --user \
104+ git+https://github.com/matplotlib/mpl-sphinx-theme.git
105105
106106 mpl-install :
107107 steps :
Original file line number Diff line number Diff line change @@ -434,7 +434,6 @@ def js_tag_with_cache_busting(js):
434434
435435# The name of an image file (within the static path) to place at the top of
436436# the sidebar.
437- html_logo = "_static/logo2.svg"
438437html_theme_options = {
439438 "navbar_links" : "internal" ,
440439 # collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
You can’t perform that action at this time.
0 commit comments