diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-09-14 18:29:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-09-14 18:29:00 +0000 |
| commit | 0ff189720ef821733bcf727249b1e13f73a3584e (patch) | |
| tree | fa457d6d1efab31a9f3e886df2fd337f5d7f9687 | |
| parent | 9ecc59265613772fec9e0e3fdd9a871992ea6640 (diff) | |
| parent | c5df1826a6c331fb7ed07bc5260b5c35017b804e (diff) | |
| download | python-openstackclient-0ff189720ef821733bcf727249b1e13f73a3584e.tar.gz | |
Merge "Stop using intersphinx"
| -rw-r--r-- | doc/source/conf.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 6777f13a..7c7a00b3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,7 +31,6 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', - 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'oslosphinx'] @@ -261,7 +260,3 @@ texinfo_documents = [ # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} |
