mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
quickstart: Simplify generated conf.py (for latex)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user