From: Michael Wallner Date: Fri, 25 Dec 2020 10:58:44 +0000 (+0100) Subject: Merge pull request #102 from remicollet/issue-oldsphinx X-Git-Tag: 1.1.0-beta2~11 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=c517ea843a0a97a17fb695dde2d27d739d51ffe2;hp=6ca93394f4d9913e8324910c5a1353e5b9adf7a6;p=awesomized%2Flibmemcached Merge pull request #102 from remicollet/issue-oldsphinx fix doc build with old sphinx --- diff --git a/docs/conf.py.in b/docs/conf.py.in index c582244f..4dd33573 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -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'