#4244 update Python version in intersphinx doc examples

This commit is contained in:
Timotheus Kampik 2018-02-24 16:03:01 +01:00
parent 2dc539b393
commit 3700a24e1a

View File

@ -84,7 +84,7 @@ linking:
To add links to modules and objects in the Python standard library
documentation, use::
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3.6', 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': ('https://docs.python.org/3.4',
intersphinx_mapping = {'python': ('https://docs.python.org/3.6',
'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
``https://docs.python.org/3.4``. It is up to you to update the inventory file
``https://docs.python.org/3.6``. 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': ('https://docs.python.org/3.4',
intersphinx_mapping = {'python': ('https://docs.python.org/3.6',
(None, 'python-inv.txt'))}
.. confval:: intersphinx_cache_limit