From: Remi Collet Date: Wed, 23 Dec 2020 14:15:41 +0000 (+0100) Subject: fix doc build with old sphinx X-Git-Tag: 1.1.0-beta2~11^2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=a5275a0698ae71674ba53706716c20cd2c886cea 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'