[Python-checkins] r61069 - python/trunk/Doc/conf.py

georg.brandl python-checkins at python.org
Mon Feb 25 21:17:56 CET 2008


Author: georg.brandl
Date: Mon Feb 25 21:17:56 2008
New Revision: 61069

Modified:
   python/trunk/Doc/conf.py
Log:
Rename sphinx.addons to sphinx.ext.


Modified: python/trunk/Doc/conf.py
==============================================================================
--- python/trunk/Doc/conf.py	(original)
+++ python/trunk/Doc/conf.py	Mon Feb 25 21:17:56 2008
@@ -13,7 +13,7 @@
 # General configuration
 # ---------------------
 
-extensions = ['sphinx.addons.refcounting', 'sphinx.addons.coverage']
+extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage']
 
 # General substitutions.
 project = 'Python'


More information about the Python-checkins mailing list