From ca06005cafa95ea1a3cfdecbe8b3f2c5fac052d4 Mon Sep 17 00:00:00 2001 From: jfbu Date: Mon, 28 Oct 2019 18:52:07 +0100 Subject: 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 --- tests/roots/test-root/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/roots/test-root/conf.py b/tests/roots/test-root/conf.py index 5e6e6cc63..b3cc12ae0 100644 --- a/tests/roots/test-root/conf.py +++ b/tests/roots/test-root/conf.py @@ -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_]+)'} -- cgit v1.2.1