Merge pull request #102 from remicollet/issue-oldsphinx
authorMichael Wallner <mike@php.net>
Fri, 25 Dec 2020 10:58:44 +0000 (11:58 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 10:58:44 +0000 (11:58 +0100)
fix doc build with old sphinx

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'