summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2022-10-17 11:19:25 +0200
committerGitHub <noreply@github.com>2022-10-17 11:19:25 +0200
commit49c48f5aee57e52f5ed02b2f5abd3da571347fe9 (patch)
treee8331ea602981cd6e4eb4a5e10a4f3d480719fe5 /doc/conf.py
parent78cf903bc17382194a8fa0eeb321ebc6934c2e16 (diff)
downloadsphinx-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.py7
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