mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix style-check violation
This commit is contained in:
parent
e43a31da12
commit
dd3f12a7fc
@ -27,8 +27,9 @@ from test_build_html import ENV_WARNINGS
|
||||
|
||||
LATEX_ENGINES = ['pdflatex', 'lualatex', 'xelatex']
|
||||
DOCCLASSES = ['howto', 'manual']
|
||||
STYLEFILES = ['article.sty', 'fancyhdr.sty', 'titlesec.sty', 'amsmath.sty', 'framed.sty',
|
||||
'color.sty', 'fancyvrb.sty', 'fncychap.sty', 'threeparttable.sty', 'geometry.sty']
|
||||
STYLEFILES = ['article.sty', 'fancyhdr.sty', 'titlesec.sty', 'amsmath.sty',
|
||||
'framed.sty', 'color.sty', 'fancyvrb.sty', 'fncychap.sty',
|
||||
'threeparttable.sty', 'geometry.sty']
|
||||
|
||||
LATEX_WARNINGS = ENV_WARNINGS + """\
|
||||
%(root)s/index.rst:\\d+: WARNING: unknown option: &option
|
||||
|
Loading…
Reference in New Issue
Block a user