alunduil    15/05/17 17:15:49

  Added:                4.1.0-drop-intersphinx.patch
  Log:
  version intersphinx patch file
  
  This patch changes for tornado-4.2 and requires that the current file be
  accessible under a different name to keep moving forward.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  Changes    Path
1.1                  www-servers/tornado/files/4.1.0-drop-intersphinx.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/files/4.1.0-drop-intersphinx.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/files/4.1.0-drop-intersphinx.patch?rev=1.1&content-type=text/plain

Index: 4.1.0-drop-intersphinx.patch
===================================================================
diff --git a/docs/Makefile b/docs/Makefile
index a491685..ba4888f 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,7 +1,7 @@
 .PHONY: all
 all: sphinx
 
-SPHINXOPTS=-n -W -d build/doctrees .
+SPHINXOPTS=-n -d build/doctrees .
 
 .PHONY: sphinx
 sphinx:
diff --git a/docs/conf.py b/docs/conf.py
index d9b4761..4c11038 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,7 +15,6 @@ extensions = [
     "sphinx.ext.autodoc",
     "sphinx.ext.coverage",
     "sphinx.ext.extlinks",
-    "sphinx.ext.intersphinx",
     "sphinx.ext.viewcode",
     ]
 
@@ -94,10 +93,6 @@ extlinks = {
         'tornado-%s.tar.g' % version),
     }
 
-intersphinx_mapping = {
-    'python': ('http://python.readthedocs.org/en/latest/', None),
-    }
-
 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
 
 # On RTD we can't import sphinx_rtd_theme, but it will be applied by




Reply via email to