Blame sphinx-remove-refcounting.patch

Matej Stuchlik a802226
diff -up Python-2.7.7/Doc/conf.py.orig Python-2.7.7/Doc/conf.py
Matej Stuchlik a802226
--- Python-2.7.7/Doc/conf.py.orig	2014-06-10 10:56:11.251662863 +0200
Matej Stuchlik a802226
+++ Python-2.7.7/Doc/conf.py	2014-06-10 10:56:16.258701583 +0200
Matej Stuchlik a802226
@@ -13,7 +13,7 @@ sys.path.append(os.path.abspath('tools/s
Matej Stuchlik a802226
 # General configuration
Matej Stuchlik a802226
 # ---------------------
Matej Stuchlik a802226
 
Matej Stuchlik a802226
-extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage',
Matej Stuchlik a802226
+extensions = ['sphinx.ext.coverage',
Matej Stuchlik a802226
               'sphinx.ext.doctest', 'pyspecific']
Matej Stuchlik a802226
 templates_path = ['tools/sphinxext']
Matej Stuchlik a802226