r63841 - doctools/trunk/sphinx/environment.py
May 31, 2008
10:54 p.m.
Author: georg.brandl Date: Sun Jun 1 00:54:10 2008 New Revision: 63841 Log: Refer to a RFC base URL that actually works. Modified: doctools/trunk/sphinx/environment.py Modified: doctools/trunk/sphinx/environment.py ============================================================================== --- doctools/trunk/sphinx/environment.py (original) +++ doctools/trunk/sphinx/environment.py Sun Jun 1 00:54:10 2008 @@ -51,6 +51,7 @@ 'embed_stylesheet': False, 'cloak_email_addresses': True, 'pep_base_url': 'http://www.python.org/dev/peps/', + 'rfc_base_url': 'http://rfc.net/', 'input_encoding': 'utf-8', 'doctitle_xform': False, 'sectsubtitle_xform': False,
6494
Age (days ago)
6494
Last active (days ago)
0 comments
1 participants
participants (1)
-
georg.brandl