Skip to content

DOC: remove default logo [ci doc] #25429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ commands:
- run:
name: Install Python dependencies
command: |
python -m pip install --no-deps --user \
git+https://github.com/matplotlib/mpl-sphinx-theme.git
python -m pip install --user \
numpy<< parameters.numpy_version >> codecov coverage \
-r requirements/doc/doc-requirements.txt
python -m pip install --no-deps --user \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mpl-sphinx-theme is in our requirements, and we are pinning it, so the git-install has to happen subsequent to the pin.

git+https://github.com/matplotlib/mpl-sphinx-theme.git

mpl-install:
steps:
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ def js_tag_with_cache_busting(js):

# The name of an image file (within the static path) to place at the top of
# the sidebar.
html_logo = "_static/logo2.svg"
html_theme_options = {
"navbar_links": "internal",
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
Expand Down