diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-10-16 11:24:18 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-10-16 11:24:18 +0100 |
commit | e70a0fac6d17596d71c0107f7509369995a59673 (patch) | |
tree | bdb85ee4c7ad0439d6b1137e1f08a801c6104cce /doc/conf.py | |
parent | 82cb4cdb2bf5c154261df9cd59bdcb368228f11d (diff) | |
parent | c1f2a52d5d97f874d84e4d5421c99a566242af6b (diff) | |
download | sphinx-git-e70a0fac6d17596d71c0107f7509369995a59673.tar.gz |
Merge branch '5.x'
# Conflicts:
# .github/workflows/main.yml
# CHANGES
# sphinx/__init__.py
# sphinx/domains/c.py
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 f903fd570..5826fefa6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -78,7 +78,7 @@ latex_elements = { {\begin{sphinxtheindex}\end{sphinxtheindex}} ''', 'sphinxsetup': """% -VerbatimColor={RGB}{242,242,242},% +VerbatimColor=black!5,% tests 5.3.0 extended syntax VerbatimBorderColor={RGB}{32,32,32},% pre_border-radius=3pt,% pre_box-decoration-break=slice,% @@ -86,6 +86,7 @@ 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 |