summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2019-10-28 18:52:07 +0100
committerjfbu <jfbu@free.fr>2019-10-28 18:52:07 +0100
commitca06005cafa95ea1a3cfdecbe8b3f2c5fac052d4 (patch)
tree252873854d77875b8bbcb3625fcdbe28514ea1e9
parent0c6ffa42a504bc3b4bd104360513e634464224bc (diff)
downloadsphinx-git-ca06005cafa95ea1a3cfdecbe8b3f2c5fac052d4.tar.gz
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
-rw-r--r--tests/roots/test-root/conf.py1
1 files changed, 0 insertions, 1 deletions
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_]+)'}