Description: Disable intersphinx Do not use intersphinx to avoid network access during build. Author: Thomas Goirand Forwarded: not-needed Last-Update: 2014-07-03 --- factory-boy-2.4.1.orig/docs/conf.py +++ factory-boy-2.4.1/docs/conf.py @@ -29,7 +29,6 @@ sys.path.insert(0, os.path.dirname(os.pa extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.extlinks', - 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode', ]