1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: No intersphinx in docs
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2017-09-23
Index: python-keystoneauth1/doc/source/conf.py
===================================================================
--- python-keystoneauth1.orig/doc/source/conf.py
+++ python-keystoneauth1/doc/source/conf.py
@@ -37,7 +37,6 @@ sys.path.insert(0, os.path.abspath(os.pa
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.todo',
'sphinx.ext.coverage',
- 'sphinx.ext.intersphinx',
'openstackdocstheme',
'ext.list_plugins',
'sphinxcontrib.apidoc',
|