fix doc build with old sphinx 102/head
authorRemi Collet <remi@remirepo.net>
Wed, 23 Dec 2020 14:15:41 +0000 (15:15 +0100)
committerRemi Collet <remi@remirepo.net>
Wed, 23 Dec 2020 14:15:41 +0000 (15:15 +0100)
docs/conf.py.in

index c582244f92b6ff4378f0a6242ab59369011a895c..4dd335730e9d9d70123c33262e0bbedb93cc6905 100644 (file)
@@ -13,7 +13,7 @@ import sys, os
 #needs_sphinx = '1.0'
 extensions = [@SPHINX_EXTENSIONS@]
 templates_path = ['_templates']
-source_suffix = ['.rst']
+source_suffix = '.rst'
 master_doc = 'index'
 pygments_style = 'sphinx'