[Python-checkins] peps: get docutils not to use the svn url

benjamin.peterson python-checkins at python.org
Tue Oct 7 22:33:53 CEST 2014


https://hg.python.org/peps/rev/07239b4ff239
changeset:   5578:07239b4ff239
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Oct 07 16:18:39 2014 -0400
summary:
  get docutils not to use the svn url

files:
  pep2html.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/pep2html.py b/pep2html.py
--- a/pep2html.py
+++ b/pep2html.py
@@ -308,6 +308,7 @@
 
 def fix_rst_pep(inpath, input_lines, outfile):
     from docutils import core
+    Headers.pep_cvs_url = PEPCVSURL
     output = core.publish_string(
         source=''.join(input_lines),
         source_path=inpath,

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


More information about the Python-checkins mailing list