diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-07-17 21:53:12 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-07-17 21:53:12 +0100 |
commit | a4d41aa889388bf8ee2815d4819235b5ca978a8d (patch) | |
tree | 67763bc78a88f0114ff22e50f8419213dc0ff4ef /doc/conf.py | |
parent | 1e3ade55fe24107c883fc2725ecab28350e3f6cb (diff) | |
parent | aa47f5d53aa3327aa0acf2aeb25996b3b3ba6898 (diff) | |
download | sphinx-git-a4d41aa889388bf8ee2815d4819235b5ca978a8d.tar.gz |
Merge branch '5.x'
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index e305f604c..58e8e6c27 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -79,7 +79,8 @@ latex_elements = { 'sphinxsetup': """% VerbatimColor={RGB}{242,242,242},% VerbatimBorderColor={RGB}{32,32,32},% -verbatimradius=3pt% +pre_border-radius=3pt,% +pre_box-decoration-break=slice,% """, } latex_show_urls = 'footnote' |