diff options
author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2022-10-17 11:19:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 11:19:25 +0200 |
commit | 49c48f5aee57e52f5ed02b2f5abd3da571347fe9 (patch) | |
tree | e8331ea602981cd6e4eb4a5e10a4f3d480719fe5 /doc/conf.py | |
parent | 78cf903bc17382194a8fa0eeb321ebc6934c2e16 (diff) | |
download | sphinx-git-49c48f5aee57e52f5ed02b2f5abd3da571347fe9.tar.gz |
LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/conf.py b/doc/conf.py index 5826fefa6..45089831f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -77,16 +77,9 @@ latex_elements = { {\footnotesize\raggedright\printindex} {\begin{sphinxtheindex}\end{sphinxtheindex}} ''', - 'sphinxsetup': """% -VerbatimColor=black!5,% tests 5.3.0 extended syntax -VerbatimBorderColor={RGB}{32,32,32},% -pre_border-radius=3pt,% -pre_box-decoration-break=slice,% -""", } latex_show_urls = 'footnote' latex_use_xindy = True -latex_table_style = ['booktabs', 'colorrows'] autodoc_member_order = 'groupwise' autosummary_generate = False |