quickstart: Simplify generated conf.py (for latex)

This commit is contained in:
Takeshi KOMIYA
2018-09-03 21:18:58 +09:00
parent 353c3e9fd6
commit 68c90a26f1
31 changed files with 100 additions and 177 deletions

View File

@@ -200,7 +200,7 @@ def test_autosummary_generate(app, status, warning):
@pytest.mark.sphinx('latex', **default_kw)
def test_autosummary_latex_table_colspec(app, status, warning):
app.builder.build_all()
result = (app.outdir / 'Python.tex').text(encoding='utf8')
result = (app.outdir / 'python.tex').text(encoding='utf8')
print(status.getvalue())
print(warning.getvalue())
assert r'\begin{longtable}{\X{1}{2}\X{1}{2}}' in result