Blame SOURCES/0001-Fix-compat-with-sphinx-2.0.patch

40e775
From ce57642afe4eac41b6acda9e57251bc35f579351 Mon Sep 17 00:00:00 2001
40e775
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
40e775
Date: Mon, 3 Jun 2019 22:10:40 +0200
40e775
Subject: [PATCH] Fix compat with sphinx 2.0
40e775
40e775
C.f. https://github.com/pytest-dev/pytest/pull/4922/files.
40e775
---
40e775
 doc/conf.py | 4 ++--
40e775
 1 file changed, 2 insertions(+), 2 deletions(-)
40e775
40e775
diff --git a/doc/conf.py b/doc/conf.py
40e775
index 13661f8830..3be3f81db9 100644
40e775
--- a/doc/conf.py
40e775
+++ b/doc/conf.py
40e775
@@ -62,5 +62,5 @@ extlinks = {
40e775
 }
40e775
 
40e775
 def setup(app):
40e775
-    app.add_description_unit('confval', 'confval',
40e775
-                             'pair: %s; configuration value')
40e775
+    app.add_object_type('confval', 'confval',
40e775
+                        'pair: %s; configuration value')
40e775
-- 
40e775
2.20.1
40e775