[Python-modules-commits] [python-eventlet] 08/19: Patch out intersphinx

Thomas Goirand zigo at moszumanska.debian.org
Tue Nov 14 21:39:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

zigo pushed a commit to branch master
in repository python-eventlet.

commit 402d2d08b7d913a0b6368343fbc78339c132b7e7
Author: Thomas Goirand <zigo at debian.org>
Date:   Fri Aug 4 21:47:21 2017 +0200

    Patch out intersphinx
    
     Avoids internet access during build
    Bug-Debian: https://bugs.debian.org/840092
    Forwarded: no
    Last-Update: 2016-10-08
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index cda080f..5b7889d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,7 +23,7 @@ import sys, os
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 
-              'sphinx.ext.intersphinx']
+              ]
 
 # If this is True, '.. todo::' and '.. todolist::' produce output, else they produce
 # nothing. The default is False.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-eventlet.git



More information about the Python-modules-commits mailing list