quickstart: Simplify generated conf.py (for latex)

This commit is contained in:
Takeshi KOMIYA
2019-01-07 23:06:14 +09:00
parent 353c3e9fd6
commit 68c90a26f1
31 changed files with 100 additions and 177 deletions
@@ -24,7 +24,7 @@ def test_trim_doctest_flags_html(app, status, warning):
def test_trim_doctest_flags_latex(app, status, warning):
app.build()
result = (app.outdir / 'test.tex').text(encoding='utf8')
result = (app.outdir / 'python.tex').text(encoding='utf8')
assert 'FOO' not in result
assert 'BAR' in result
assert 'BAZ' not in result