Add refcounting extension to build config.

This commit is contained in:
Georg Brandl 2008-01-27 20:25:12 +00:00
parent cf25eb14af
commit 56eadd9d0d
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ sys.path.append('tools/sphinxext')
# General configuration # General configuration
# --------------------- # ---------------------
extensions = ['sphinx.addons.refcounting']
# General substitutions. # General substitutions.
project = 'Python' project = 'Python'
copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y') copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')