Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
docutils-version: ["0.19", "0.20", "0.21"]
docutils-version: ["0.20", "0.21"]

steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keywords = [
]
requires-python = ">=3.11"
dependencies = [
"docutils>=0.19,<0.22",
"docutils>=0.20,<0.22",
"jinja2", # required for substitutions, but let sphinx choose version
"markdown-it-py~=4.0",
"mdit-py-plugins~=0.5",
Expand Down
9 changes: 1 addition & 8 deletions tests/test_sphinx/test_sphinx_builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,7 @@ def test_gettext_html(
filename="index.html",
regress_html=True,
regress_ext=".html",
replace={
# upstream bug https://github.com/sphinx-doc/sphinx/issues/11689
'"Permalink to this heading"': '"Lien permanent vers cette rubrique"',
# which was fixed to a different translation in sphinx 7.3
'"Lien vers cette rubrique"': '"Lien permanent vers cette rubrique"',
# changed in docutils>0.19
' role="note">': ' role="doc-footnote">',
},
replace={},
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>
<strong>
gras
</strong>
<a class="headerlink" href="#bold-text-1" title="Lien permanent vers cette rubrique">
<a class="headerlink" href="#bold-text-1" title="Lien vers cette rubrique">
</a>
</h1>
Expand Down