diff options
| author | Clément Pit-Claudel | 2018-05-18 19:02:00 -0400 |
|---|---|---|
| committer | Théo Zimmermann | 2018-09-20 10:12:55 +0200 |
| commit | 64c64913c18b871088a7da0a37467a337ea673c4 (patch) | |
| tree | deff5a09abe4e5bce04b34046e93a38904dbaea4 | |
| parent | a58c64d545bcfe7d24554575f1ac1b80afe78806 (diff) | |
[doc] Remove frames around code snippets in the LateX build
| -rwxr-xr-x | doc/sphinx/conf.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index d820944301..bfd13c536b 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -304,8 +304,9 @@ latex_elements = { 'cmappkg': '', 'papersize': 'letterpaper', 'classoptions': ',openany', # No blank pages - 'polyglossia' : '\\usepackage{polyglossia}', - "preamble": r""" + 'polyglossia': '\\usepackage{polyglossia}', + 'sphinxsetup': 'verbatimwithframe=false', + 'preamble': r""" \usepackage{unicode-math} \usepackage{microtype} |
