[Python-checkins] r60375 - python/trunk/Doc/conf.py
georg.brandl
python-checkins at python.org
Sun Jan 27 21:25:12 CET 2008
Author: georg.brandl
Date: Sun Jan 27 21:25:12 2008
New Revision: 60375
Modified:
python/trunk/Doc/conf.py
Log:
Add refcounting extension to build config.
Modified: python/trunk/Doc/conf.py
==============================================================================
--- python/trunk/Doc/conf.py (original)
+++ python/trunk/Doc/conf.py Sun Jan 27 21:25:12 2008
@@ -13,6 +13,8 @@
# General configuration
# ---------------------
+extensions = ['sphinx.addons.refcounting']
+
# General substitutions.
project = 'Python'
copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
More information about the Python-checkins
mailing list