mirror of https://github.com/mahmoud/boltons.git
fix(site): intersphinx link to recent PY2.7-->PY3
Update link used by `sphinx.ext.intersphinx` extension to standard python docs, from PY2.7 --> PY alone (currently meant PY3), so links to standard lib do not point to (almost) EOL Python.
This commit is contained in:
parent
41a926e64f
commit
32d95e4463
|
@ -112,7 +112,7 @@ exclude_patterns = ['_build']
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
intersphinx_mapping = {'python': ('https://docs.python.org/2.7', None)}
|
intersphinx_mapping = {'python': ('https://docs.python.org/', None)}
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue