[Python-checkins] peps: Add a step for the doc source links in Doc/tools/sphinxext/pyspecific.py.

georg.brandl python-checkins at python.org
Sat Jul 23 09:52:31 CEST 2011


http://hg.python.org/peps/rev/e32f140a020b
changeset:   3910:e32f140a020b
user:        Georg Brandl <georg at python.org>
date:        Sat Jul 23 09:53:12 2011 +0200
summary:
  Add a step for the doc source links in Doc/tools/sphinxext/pyspecific.py.

files:
  pep-0101.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -150,6 +150,10 @@
 
   ___ Commit any changes to pydoc_topics.py and the doc sources.
 
+  ___ Make sure the SOURCE_URI in ``Doc/tools/sphinxext/pyspecific.py``
+      points to the right branch in the hg repository (or ``default`` for
+      unstable releases of the default branch).
+
   ___ Bump version numbers via the release script.
 
       $ .../release/release.py --bump X.YaZ

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list