aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2025-06-13 18:45:29 +0200
committerRandy Palamar <randy@rnpnr.xyz>2025-06-13 11:06:58 -0600
commit630693bfcf94ddbb9e1c394f4e77c4d3fdabe372 (patch)
treeb1cdedbbf0cae200f28041ece00204393e02afc9 /doc/conf.py
parent16e31ceb717c943584cb75d0e28c21e356a54076 (diff)
downloadvis-630693bfcf94ddbb9e1c394f4e77c4d3fdabe372.tar.gz
vis-630693bfcf94ddbb9e1c394f4e77c4d3fdabe372.tar.xz
doc: source_suffix should be a map, not a list
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 338934f..9397148 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -52,7 +52,7 @@ templates_path = ['_templates']
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
-source_suffix = '.rst'
+source_suffix = {'.rst': 'restructuredtext'}
# The master toctree document.
master_doc = 'index'