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.
test_build_manpage
1 parent 05cc39d commit 586c0cdCopy full SHA for 586c0cd
tests/test_builders/test_build_manpage.py
@@ -7,8 +7,6 @@
7
from sphinx.config import Config
8
9
10
-@pytest.mark.xfail(docutils.__version_info__[:2] > (0, 21),
11
- reason='Docutils has removed the reference key in master')
12
@pytest.mark.sphinx('man')
13
def test_all(app):
14
app.build(force_all=True)
@@ -49,8 +47,6 @@ def test_man_make_section_directory(app):
49
47
assert (app.outdir / 'man1' / 'projectnamenotset.1').exists()
50
48
51
52
53
54
@pytest.mark.sphinx('man', testroot='directive-code')
55
def test_captioned_code_block(app):
56
0 commit comments