From 927c6cb8626eab41a149b51b8c70e88add2650ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Dec 2020 07:05:43 +0100 Subject: refresh from upstream with all patches merged --- 102.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 102.patch (limited to '102.patch') diff --git a/102.patch b/102.patch deleted file mode 100644 index 6044365..0000000 --- a/102.patch +++ /dev/null @@ -1,22 +0,0 @@ -From a5275a0698ae71674ba53706716c20cd2c886cea Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Wed, 23 Dec 2020 15:15:41 +0100 -Subject: [PATCH] fix doc build with old sphinx - ---- - docs/conf.py.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -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' - -- cgit