[Python-checkins] r63841 - doctools/trunk/sphinx/environment.py

georg.brandl python-checkins at python.org
Sun Jun 1 00:54:10 CEST 2008


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,


More information about the Python-checkins mailing list