We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e1ae6 commit 828bdcaCopy full SHA for 828bdca
tests/test_builders/test_build_html_numfig.py
@@ -578,7 +578,6 @@ def test_numfig_with_numbered_toctree(
578
},
579
580
)
581
-@pytest.mark.test_params(shared_result='test_build_html_numfig_format_warn')
582
def test_numfig_with_prefix_warn(app: SphinxTestApp) -> None:
583
app.build()
584
warnings = app.warning.getvalue()
@@ -800,7 +799,6 @@ def test_numfig_with_prefix_warn(app: SphinxTestApp) -> None:
800
799
801
802
803
804
def test_numfig_with_prefix(
805
app: SphinxTestApp,
806
cached_etree_parse: Callable[[Path], ElementTree],
0 commit comments