[Python-checkins] r75163 - python/branches/py3k/Doc/conf.py
benjamin.peterson
python-checkins at python.org
Thu Oct 1 02:57:33 CEST 2009
Author: benjamin.peterson
Date: Thu Oct 1 02:57:32 2009
New Revision: 75163
Log:
more stable url
Modified:
python/branches/py3k/Doc/conf.py
Modified: python/branches/py3k/Doc/conf.py
==============================================================================
--- python/branches/py3k/Doc/conf.py (original)
+++ python/branches/py3k/Doc/conf.py Thu Oct 1 02:57:32 2009
@@ -86,7 +86,7 @@
}
# Output an OpenSearch description file.
-html_use_opensearch = 'http://docs.python.org/dev/3.2'
+html_use_opensearch = 'http://docs.python.org/dev/py3k'
# Additional static files.
html_static_path = ['tools/sphinxext/static']
More information about the Python-checkins
mailing list