Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7eafdd8

Browse files
authored
Merge pull request #25423 from jklymak/bld-pst013-compat
DOC/BLD: make logo compatible with pydata-sphinx-theme
2 parents c8b5a2a + d6f7a4f commit 7eafdd8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,12 +453,9 @@ def js_tag_with_cache_busting(js):
453453
'stable' if matplotlib.__version_info__.releaselevel == 'final'
454454
else 'devdocs')
455455
},
456-
"logo": {"link": "index",
457-
"image_light": "images/logo2.svg",
458-
"image_dark": "images/logo_dark.svg"},
459456
"navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"],
460457
"secondary_sidebar_items": "page-toc.html",
461-
"footer_items": ["copyright", "sphinx-version", "doc_version"],
458+
"footer_start": ["copyright", "sphinx-version", "doc_version"],
462459
}
463460
include_analytics = is_release_build
464461
if include_analytics:

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipython
1313
ipywidgets
1414
numpydoc>=1.0
1515
packaging>=20
16-
pydata-sphinx-theme~=0.12.0
16+
pydata-sphinx-theme~=0.13.1
1717
mpl-sphinx-theme~=3.7.0
1818
pyyaml
1919
sphinxcontrib-svg2pdfconverter>=1.1.0

0 commit comments

Comments
 (0)