Commit fa29245d authored by Denis Bilenko's avatar Denis Bilenko

doc: make the links to Python documentation point to 2.7, not development version

parent 27eba39a
......@@ -35,7 +35,7 @@ if not os.path.exists('changelog.rst') and os.path.exists('../changelog.rst'):
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage', 'sphinx.ext.intersphinx', 'mysphinxext']
intersphinx_mapping = {'http://docs.python.org/dev': None}
intersphinx_mapping = {'http://docs.python.org/': None}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment