mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Drop addition of X2 to LaTeX test to avoid extra dependencies for CI
This can be reverted if adding the extra dependencies is deemed worth it, but it means having to look at Debian packaging and currently means adding texlive-lang-cyrillic as requirement
This commit is contained in:
@@ -41,7 +41,6 @@ html_last_updated_fmt = '%b %d, %Y'
|
||||
html_context = {'hckey': 'hcval', 'hckey_co': 'wrong_hcval_co'}
|
||||
|
||||
latex_additional_files = ['svgimg.svg']
|
||||
latex_elements = {'fontenc':'\\usepackage[X2,LGR,T1]{fontenc}'}
|
||||
|
||||
coverage_c_path = ['special/*.h']
|
||||
coverage_c_regexes = {'function': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}
|
||||
|
||||
Reference in New Issue
Block a user