Blame SOURCES/python-fields-5.0.0-sphinx-1.3.patch

7f0e27
--- a/docs/conf.py	2019-02-14 15:06:58.494409885 -0800
7f0e27
+++ b/docs/conf.py	2019-02-14 15:07:18.862800941 -0800
7f0e27
@@ -11,7 +11,7 @@
7f0e27
     'sphinx.ext.coverage',
7f0e27
     'sphinx.ext.ifconfig',
7f0e27
     'sphinx.ext.viewcode',
7f0e27
-    'sphinxcontrib.napoleon'
7f0e27
+    'sphinx.ext.napoleon'
7f0e27
 ]
7f0e27
 if os.getenv('SPELLCHECK'):
7f0e27
     extensions += 'sphinxcontrib.spelling',