get docutils not to use the svn url

This commit is contained in:
Benjamin Peterson 2014-10-07 16:18:39 -04:00
parent f0a6df9669
commit a12e33acbb
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ application when this module is imported."""
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,