mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Point "source" links in the docs to the 3.3 versions in the repo.
This commit is contained in:
parent
a79b8dc917
commit
d6e857b0da
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"""
|
||||
|
||||
ISSUE_URI = 'http://bugs.python.org/issue%s'
|
||||
SOURCE_URI = 'http://hg.python.org/cpython/file/default/%s'
|
||||
SOURCE_URI = 'http://hg.python.org/cpython/file/3.3/%s'
|
||||
|
||||
from docutils import nodes, utils
|
||||
from sphinx.util.nodes import split_explicit_title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue