summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-23 11:16:48 +0200
committerGeorg Brandl <georg@python.org>2010-05-23 11:16:48 +0200
commitfcfd885280e4529635f8566667123bbfa1713f84 (patch)
tree41405c44308a17dd9756268bb018df83d7d94a67 /doc
parentd8846c93429d76d71bb5adc8632864ff6eb9e952 (diff)
downloadsphinx-fcfd885280e4529635f8566667123bbfa1713f84.tar.gz
No need to link to dev docs anymore.
Diffstat (limited to 'doc')
-rw-r--r--doc/ext/intersphinx.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ext/intersphinx.rst b/doc/ext/intersphinx.rst
index 29ba45a6..6a079cd4 100644
--- a/doc/ext/intersphinx.rst
+++ b/doc/ext/intersphinx.rst
@@ -44,7 +44,7 @@ linking:
An example, to add links to modules and objects in the Python standard
library documentation::
- intersphinx_mapping = {'http://docs.python.org/dev': None}
+ intersphinx_mapping = {'http://docs.python.org/': None}
This will download the corresponding :file:`objects.inv` file from the
Internet and generate links to the pages under the given URI. The downloaded
@@ -53,11 +53,11 @@ linking:
A second example, showing the meaning of a non-``None`` value::
- intersphinx_mapping = {'http://docs.python.org/dev': 'python-inv.txt'}
+ intersphinx_mapping = {'http://docs.python.org/': 'python-inv.txt'}
This will read the inventory from :file:`python-inv.txt` in the source
directory, but still generate links to the pages under
- ``http://docs.python.org/dev``. It is up to you to update the inventory file
+ ``http://docs.python.org/``. It is up to you to update the inventory file
as new objects are added to the Python documentation.
When fetching remote inventory files, proxy settings will be read from