summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-30 10:08:33 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-30 10:08:33 +0900
commite568f9b44f221a406063858adaf1b373b44ddefa (patch)
tree2de4fc40f21803bad421ac1e6eab5a369968e2f7
parent421715e6c068a9a4164ec640fffd5bdfe2586ce1 (diff)
downloadsphinx-e568f9b44f221a406063858adaf1b373b44ddefa.tar.gz
use reference to python 3.4 for intersphinx
-rw-r--r--doc/ext/intersphinx.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ext/intersphinx.rst b/doc/ext/intersphinx.rst
index 94047f8e..7cb4a0a8 100644
--- a/doc/ext/intersphinx.rst
+++ b/doc/ext/intersphinx.rst
@@ -84,7 +84,7 @@ linking:
To add links to modules and objects in the Python standard library
documentation, use::
- intersphinx_mapping = {'python': ('http://docs.python.org/3.2', None)}
+ intersphinx_mapping = {'python': ('http://docs.python.org/3.4', 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
@@ -94,12 +94,12 @@ linking:
A second example, showing the meaning of a non-``None`` value of the second
tuple item::
- intersphinx_mapping = {'python': ('http://docs.python.org/3.2',
+ intersphinx_mapping = {'python': ('http://docs.python.org/3.4',
'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/3.2``. It is up to you to update the inventory file
+ ``http://docs.python.org/3.4``. It is up to you to update the inventory file
as new objects are added to the Python documentation.
**Multiple target for the inventory**
@@ -113,7 +113,7 @@ linking:
this to specify mirror sites for server downtime of the primary
inventory::
- intersphinx_mapping = {'python': ('http://docs.python.org/3.2',
+ intersphinx_mapping = {'python': ('http://docs.python.org/3.4',
(None, 'python-inv.txt'))}
.. confval:: intersphinx_cache_limit