diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:08 +0000 |
commit | 7cd3cd5f0f0393459ef746009ab80c27296eb49e (patch) | |
tree | f3df6f3c3a95d0a6344edd50208adf7e4ded8eb8 /tests/roots/test-root/conf.py | |
parent | Adding debian version 7.3.7-3. (diff) | |
download | sphinx-7cd3cd5f0f0393459ef746009ab80c27296eb49e.tar.xz sphinx-7cd3cd5f0f0393459ef746009ab80c27296eb49e.zip |
Merging upstream version 7.4.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/roots/test-root/conf.py')
-rw-r--r-- | tests/roots/test-root/conf.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/roots/test-root/conf.py b/tests/roots/test-root/conf.py index a14ffaf..25c723b 100644 --- a/tests/roots/test-root/conf.py +++ b/tests/roots/test-root/conf.py @@ -17,7 +17,10 @@ jsmath_path = 'dummy.js' templates_path = ['_templates'] -source_suffix = ['.txt', '.add', '.foo'] +source_suffix = { + '.txt': 'restructuredtext', + '.foo': 'foo', +} project = 'Sphinx <Tests>' copyright = '1234-6789, copyright text credits' @@ -68,7 +71,7 @@ latex_elements = { shadowrule=1pt, shadowsep=10pt, shadowsize=10pt, - div.topic_border-width=2pt,% alias to shadowrule + div.topic_border-width=2pt,% alias to shadowrule div.topic_padding=6pt,% alias to shadowsep div.topic_box-shadow=5pt,% overrides/alias shadowsize % |