Skip to content

Commit c05fa05

Browse files
gabalafoudependabot[bot]drammockagoose77sphuber
authored
Merge main into feature-focus (#1708)
* Build(deps): Bump actions/setup-python from 4 to 5 (#1590) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Use pytest-regressions to mark expected a11y test failures (#1501) * Use pytest-regressions with a11y tests to mark expected failures * Update tests/test_a11y.py * frozen data class * Revert "frozen data class" This reverts commit 3b0c73e. --------- Co-authored-by: Daniel McCloy <[email protected]> * FIX: avoid implicit string comparison in Sphinx 7.26 (#1592) * FIX: avoid implicit string comparison in Sphinx 7.26 * lint --------- Co-authored-by: Daniel McCloy <[email protected]> * Build(deps): Bump actions/upload-artifact from 3 to 4 (#1598) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update fontawesome from 6.1.2 to 6.5.1 (#1600) * Fix landmark-unique error due to in-page TOC (#1607) * landmark unique error due to in-page TOC * Apply suggestions from code review Co-authored-by: Tania Allard <[email protected]> * fix lint? --------- Co-authored-by: Tania Allard <[email protected]> * Feature: Add support for per-page secondary sidebar content (#1572) * Add ability to set per-page secondary sidebars * Add additional secondary sidebar content tests; expanded utils docstring * Update translation files (#1606) * Bump minimum Python from 3.8 to 3.9; add 3.12 to CIs (#1610) drop py3.8, add py3.12 * Fix: more efficient determination of when to hide primary sidebar (#1609) * minor refactors suggested by Ruff * move TOC generation from layout.html to sidebar-primary.html * replace @lru_cache(None) with plain @cache * get sidebar TOC length without rendering it * fixup rebase/stash snafu * bugfix * Fix "More" links in mobile sidebar (#1604) Fix #1603 * bump: 0.14.4 → 0.15.0rc0 * Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr (#1618) i18n: Translate sphinx.po in fr 100% translated source file: 'sphinx.po' on 'fr'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> * bump: 0.14.4 → 0.15.0 * fix: drop the dev test (#1623) * fix: remove Site navigation header (#1615) * fix: remove Site navigation header * test: edit the test suit * fix: align all breadcrumb elements (#1619) * fix: log information when warnings are disabled (#1617) * bump: 0.15.0 → 0.15.1 * back to dev * fix: align the search button with other icons (#1620) * test: display the search button for demo purposes * fix: only display the search icon * fix: remove needless adjustements * fix: rollback to default search * chore: trigger CI * Fix sticky header (#1630) * Fix sticky header * regression test * maybe fix missing sidebar? (#1632) * maybe fix missing sidebar? * simplify * purge internal defaults & use theme config setting * formatting * refactor and simplify toctree code * DOC: Add missing "footer_center" in layout overview diagram (#1640) * Make bootstrap globally available (#1639) * Make bootstrap globally available * Include docs about bootstrap programmatic API * Add Brightway to Featured Example Gallery Grid (#1580) * initial commit * test: the png images are not build during tests --------- Co-authored-by: Rambaud Pierrick <[email protected]> * fix: move the release instructions to the repository (#1621) * fix: update text and links * fix: add code highlight * fix: wire correct file in our documentation * chore: trigger CI * remove mention of semantic versioning Co-authored-by: Daniel McCloy <[email protected]> * refactor: lint * Update RELEASE.md --------- Co-authored-by: Daniel McCloy <[email protected]> * Make search event listener only trigger with “K”/“k” (#1646) * More speedups to section TOC rendering (#1642) * small refactor, comments, cleanup * docstring cleanups * mark as unsafe for parallel write * Update src/pydata_sphinx_theme/toctree.py * Allow only theme_footer_center to be set (#1653) * fix: allow user to control the back-to-top button presence (#1616) * fix: put the btt button closer to age bottom * test: remove the btt button to check * test: fallback to default behaviour * refactor: rollback to previous state * use proper variable name * Update src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html --------- Co-authored-by: Daniel McCloy <[email protected]> * remove toggle button for secondary sidebar if empty (#1637) * in CIs, pin sphinx dev temporarily * bump: 0.15.1 -> 0.15.2 * bump version to dev * FIX make theme switcher have consistent widths (#1651) * unpin sphinx in CI (#1665) * FIX make search button closer to other icons in topbar (#1659) * Build(deps): Bump actions/cache from 3 to 4 (#1667) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update dependabot labels (#1668) * only do security updates for NPM (#1674) * Restore search snippet highlights in search results page (#1678) * Apply default_mode to the html data-theme attribute (#1663) * Don't try to populate version switcher w/ relative path on local static site (#1660) * Don't try to populate version switcher on static sites * Fix comment spelling * Update src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js --------- Co-authored-by: Daniel McCloy <[email protected]> * handle null result from queryselector (#1683) fix queryselector * ENH make search result heading a bit away from the search input box (#1690) ENH make search result heading a bit away from the search box * ENH animation for the top banner (#1693) * ENH animation for the top banner * unset forcefully set styles to let css take over; animation also added for version warning banner * make transition a bit longer * resolve conversations * retrigger CI * Update src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js --------- Co-authored-by: Daniel McCloy <[email protected]> * docs: typo in a link in the release instructions (#1704) * Build(deps): Bump codecov/codecov-action from 3 to 4 (#1706) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump treosh/lighthouse-ci-action from 10 to 11 (#1705) Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10 to 11. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](treosh/lighthouse-ci-action@v10...v11) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel McCloy <[email protected]> Co-authored-by: Angus Hollands <[email protected]> Co-authored-by: Sebastiaan Huber <[email protected]> Co-authored-by: Tania Allard <[email protected]> Co-authored-by: Peyton Murray <[email protected]> Co-authored-by: Rambaud Pierrick <[email protected]> Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Co-authored-by: Joris Van den Bossche <[email protected]> Co-authored-by: Michael Wisely <[email protected]> Co-authored-by: Michael Weinold <[email protected]> Co-authored-by: Philipp A <[email protected]> Co-authored-by: Colin Marquardt <[email protected]> Co-authored-by: Pierre Marchand <[email protected]> Co-authored-by: Yao Xiao <[email protected]> Co-authored-by: Charles <[email protected]> Co-authored-by: David Stansby <[email protected]>
1 parent 931b9ab commit c05fa05

File tree

12 files changed

+120
-79
lines changed

12 files changed

+120
-79
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: pytest -m "not a11y" --color=yes --cov --cov-report=xml
9595
- name: Upload to Codecov
9696
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
97-
uses: codecov/codecov-action@v3
97+
uses: codecov/codecov-action@v4
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100100
fail_ci_if_error: true
@@ -194,7 +194,7 @@ jobs:
194194
sphinx-build audit/site audit/_build
195195
# The lighthouse audit runs directly on the HTML files, no serving needed
196196
- name: Audit with Lighthouse
197-
uses: treosh/lighthouse-ci-action@v10
197+
uses: treosh/lighthouse-ci-action@v11
198198
with:
199199
configPath: ".github/workflows/lighthouserc.json"
200200
temporaryPublicStorage: true

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These steps should be taken in order to create a new release![^release-refs]
2121

2222
**Make the release**
2323

24-
- [ ] [Start a new GitHub release](https://github.com/pandas-dev/pydata-sphinx-theme/releases/new)
24+
- [ ] [Start a new GitHub release](https://github.com/pydata/pydata-sphinx-theme/releases/new)
2525
- Call the release the current version, e.g. `v0.2.0`
2626
- In the **`Choose a Tag:`** dropdown, type in the release name (e.g., `v0.2.0`) and click "Create new tag"
2727
- In the **`Target:`** dropdown, pin it to the release commit that you've just pushed.

src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js

+24-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ function showVersionWarningBanner(data) {
484484
const bold = document.createElement("strong");
485485
const button = document.createElement("a");
486486
// these classes exist since pydata-sphinx-theme v0.10.0
487-
outer.classList = "bd-header-version-warning container-fluid";
487+
// the init class is used for animation
488+
outer.classList = "bd-header-version-warning container-fluid init";
488489
middle.classList = "bd-header-announcement__content";
489490
inner.classList = "sidebar-message";
490491
button.classList =
@@ -516,6 +517,28 @@ function showVersionWarningBanner(data) {
516517
inner.appendChild(button);
517518
const skipLink = document.getElementById("pst-skip-link");
518519
skipLink.after(outer);
520+
// At least 3rem height
521+
const autoHeight = Math.max(
522+
outer.offsetHeight,
523+
3 * parseFloat(getComputedStyle(document.documentElement).fontSize)
524+
);
525+
// Set height and vertical padding to 0 to prepare the height transition
526+
outer.style.setProperty("height", 0);
527+
outer.style.setProperty("padding-top", 0);
528+
outer.style.setProperty("padding-bottom", 0);
529+
outer.classList.remove("init");
530+
// Set height to the computed height with a small timeout to activate the transition
531+
setTimeout(() => {
532+
outer.style.setProperty("height", `${autoHeight}px`);
533+
// Wait for a bit more than 300ms (the transition duration) then remove the
534+
// forcefully set styles and let CSS take over
535+
setTimeout(() => {
536+
outer.style.removeProperty("padding-top");
537+
outer.style.removeProperty("padding-bottom");
538+
outer.style.removeProperty("height");
539+
outer.style.setProperty("min-height", "3rem");
540+
}, 320);
541+
}, 10);
519542
}
520543

521544
/*******************************************************************************

src/pydata_sphinx_theme/assets/styles/pages/_search.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
div#search-results {
1111
> h2 {
1212
font-size: var(--pst-font-size-icon);
13-
margin-top: 0;
13+
margin-top: 1rem;
1414
}
1515

1616
p.search-summary {
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
11
.bd-header-version-warning,
22
.bd-header-announcement {
3-
min-height: 3rem;
43
width: 100%;
54
display: flex;
65
position: relative;
76
align-items: center;
87
justify-content: center;
98
text-align: center;
9+
transition: height 300ms ease-in-out;
10+
overflow-y: hidden;
1011
padding: 0.5rem 12.5%; // Horizontal padding so the width is 75%
1112
// One breakpoint less than $breakpoint-sidebar-primary. See variables/_layout.scss for more info.
1213
@include media-breakpoint-down(lg) {
1314
// Announcements can take a bit more width on mobile
1415
padding: 0.5rem 2%;
1516
}
1617

18+
&.init {
19+
position: fixed;
20+
visibility: hidden;
21+
}
22+
1723
p {
1824
font-weight: bold;
1925
margin: 0;
2026
}
2127

22-
&:after {
23-
position: absolute;
24-
width: 100%;
25-
height: 100%;
26-
left: 0;
27-
top: 0;
28-
content: "";
29-
z-index: -1; // So it doesn't hover over the content
30-
}
31-
3228
&:empty {
3329
display: none;
3430
}
@@ -41,13 +37,9 @@
4137

4238
// Bg color is now defined in the theme color palette - using our secondary color
4339
.bd-header-announcement {
44-
&:after {
45-
background-color: var(--pst-color-secondary-bg);
46-
}
40+
background-color: var(--pst-color-secondary-bg);
4741
}
4842

4943
.bd-header-version-warning {
50-
&:after {
51-
background-color: var(--pst-color-danger-bg);
52-
}
44+
background-color: var(--pst-color-danger-bg);
5345
}

src/pydata_sphinx_theme/locale/ca/LC_MESSAGES/sphinx.po

+9-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: PROJECT VERSION\n"
1111
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
12-
"POT-Creation-Date: 2023-12-21 08:09-0700\n"
12+
"POT-Creation-Date: 2024-02-05 09:55-0500\n"
1313
"PO-Revision-Date: 2023-04-14 14:57+0000\n"
1414
"Last-Translator: Oriol Abril-Pla <[email protected]>, 2023\n"
1515
"Language: ca\n"
@@ -29,11 +29,11 @@ msgstr ""
2929
msgid "Click to collapse"
3030
msgstr ""
3131

32-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:53
32+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:38
3333
msgid "Skip to main content"
3434
msgstr "Salta al contingut principal"
3535

36-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:64
36+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:50
3737
msgid "Back to top"
3838
msgstr ""
3939

@@ -101,12 +101,8 @@ msgstr "Índex de Mòduls Python"
101101
msgid "Last updated on %(last_updated)s."
102102
msgstr "Última actualització el %(last_updated)s."
103103

104-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:6
105-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:7
106-
msgid "Site Navigation"
107-
msgstr "Navegació del lloc"
108-
109104
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/page-toc.html:8
105+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:43
110106
msgid "On this page"
111107
msgstr "Continguts de la pàgina"
112108

@@ -159,6 +155,11 @@ msgstr ""
159155
"theme.readthedocs.io/en/stable/index.html\">Tema PyData Sphinx</a> "
160156
"%(theme_version)s."
161157

158+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:3
159+
#, fuzzy
160+
msgid "Site navigation"
161+
msgstr "Navegació del lloc"
162+
162163
#~ msgid "Breadcrumbs"
163164
#~ msgstr "Rutes de navegació"
164165

src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po

+11-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PROJECT VERSION\n"
99
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10-
"POT-Creation-Date: 2023-12-21 08:09-0700\n"
10+
"POT-Creation-Date: 2024-02-05 09:55-0500\n"
1111
"PO-Revision-Date: 2023-02-16 13:19-0500\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: en\n"
@@ -26,11 +26,11 @@ msgstr ""
2626
msgid "Click to collapse"
2727
msgstr ""
2828

29-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:53
29+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:38
3030
msgid "Skip to main content"
3131
msgstr ""
3232

33-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:64
33+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:50
3434
msgid "Back to top"
3535
msgstr ""
3636

@@ -98,12 +98,8 @@ msgstr ""
9898
msgid "Last updated on %(last_updated)s."
9999
msgstr ""
100100

101-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:6
102-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:7
103-
msgid "Site Navigation"
104-
msgstr ""
105-
106101
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/page-toc.html:8
102+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:43
107103
msgid "On this page"
108104
msgstr ""
109105

@@ -151,6 +147,10 @@ msgid ""
151147
"%(theme_version)s."
152148
msgstr ""
153149

150+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:3
151+
msgid "Site navigation"
152+
msgstr ""
153+
154154
#~ msgid "Breadcrumbs"
155155
#~ msgstr ""
156156

@@ -166,3 +166,6 @@ msgstr ""
166166
#~ msgid "Twitter"
167167
#~ msgstr ""
168168

169+
#~ msgid "Site Navigation"
170+
#~ msgstr ""
171+

src/pydata_sphinx_theme/locale/es/LC_MESSAGES/sphinx.po

+9-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: PROJECT VERSION\n"
1111
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
12-
"POT-Creation-Date: 2023-12-21 08:09-0700\n"
12+
"POT-Creation-Date: 2024-02-05 09:55-0500\n"
1313
"PO-Revision-Date: 2023-04-14 14:57+0000\n"
1414
"Last-Translator: Rambaud Pierrick <[email protected]>, 2023\n"
1515
"Language: es\n"
@@ -30,11 +30,11 @@ msgstr ""
3030
msgid "Click to collapse"
3131
msgstr ""
3232

33-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:53
33+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:38
3434
msgid "Skip to main content"
3535
msgstr "Saltar al contenido principal"
3636

37-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:64
37+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:50
3838
msgid "Back to top"
3939
msgstr ""
4040

@@ -102,12 +102,8 @@ msgstr "Índice de Módulos Python"
102102
msgid "Last updated on %(last_updated)s."
103103
msgstr "Actualizado por última vez en %(last_updated)s."
104104

105-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:6
106-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:7
107-
msgid "Site Navigation"
108-
msgstr "Navegación del sitio"
109-
110105
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/page-toc.html:8
106+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:43
111107
msgid "On this page"
112108
msgstr "En esta página"
113109

@@ -160,6 +156,11 @@ msgstr ""
160156
"theme.readthedocs.io/en/stable/index.html\">Tema PyData Sphinx</a> "
161157
"%(theme_version)s."
162158

159+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:3
160+
#, fuzzy
161+
msgid "Site navigation"
162+
msgstr "Navegación del sitio"
163+
163164
#~ msgid "Breadcrumbs"
164165
#~ msgstr "Migas de pan"
165166

src/pydata_sphinx_theme/locale/fr/LC_MESSAGES/sphinx.po

+10-14
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,13 @@
55
#
66
# Translators:
77
# Rambaud Pierrick <[email protected]>, 2024
8-
#
98
msgid ""
109
msgstr ""
1110
"Project-Id-Version: PROJECT VERSION\n"
1211
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
13-
"POT-Creation-Date: 2023-12-21 08:09-0700\n"
12+
"POT-Creation-Date: 2024-02-05 09:55-0500\n"
1413
"PO-Revision-Date: 2023-04-14 14:57+0000\n"
1514
"Last-Translator: Rambaud Pierrick <[email protected]>, 2024\n"
16-
"Language-Team: French (https://app.transifex.com/12rambau/teams/166811/fr/)\n"
17-
"MIME-Version: 1.0\n"
18-
"Content-Type: text/plain; charset=UTF-8\n"
19-
"Content-Transfer-Encoding: 8bit\n"
20-
"Generated-By: Babel 2.13.0\n"
2115
"Language: fr\n"
2216
"Language-Team: French "
2317
"(https://app.transifex.com/12rambau/teams/166811/fr/)\n"
@@ -36,11 +30,11 @@ msgstr ""
3630
msgid "Click to collapse"
3731
msgstr ""
3832

39-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:53
33+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:38
4034
msgid "Skip to main content"
4135
msgstr "Passer au contenu principal"
4236

43-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:64
37+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:50
4438
msgid "Back to top"
4539
msgstr "Haut de page"
4640

@@ -108,12 +102,8 @@ msgstr "Index des modules Python"
108102
msgid "Last updated on %(last_updated)s."
109103
msgstr "Mis à jour le %(last_updated)s."
110104

111-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:6
112-
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html:7
113-
msgid "Site Navigation"
114-
msgstr "Navigation du site"
115-
116105
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/page-toc.html:8
106+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:43
117107
msgid "On this page"
118108
msgstr "Sur cette page"
119109

@@ -166,6 +156,11 @@ msgstr ""
166156
"theme.readthedocs.io/en/stable/index.html\">Thème PyData Sphinx</a> "
167157
"%(theme_version)s."
168158

159+
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:3
160+
#, fuzzy
161+
msgid "Site navigation"
162+
msgstr "Navigation du site"
163+
169164
#~ msgid "Breadcrumbs"
170165
#~ msgstr "Fils d'Ariane"
171166

@@ -180,3 +175,4 @@ msgstr ""
180175

181176
#~ msgid "Twitter"
182177
#~ msgstr "Twitter"
178+

0 commit comments

Comments
 (0)