8000 Merge pull request #25429 from jklymak/doc-more-logo-fix · matplotlib/matplotlib@bacd025 · GitHub
[go: up one dir, main page]

Skip to content

Commit bacd025

Browse files
authored
Merge pull request #25429 from jklymak/doc-more-logo-fix
DOC: remove default logo [ci doc]
2 parents 7eafdd8 + fdb5eaa commit bacd025

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
438437
html_theme_options = {
439438
"navbar_links": "internal",
440439
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local

0 commit comments

Comments
 (0)
0