From: Georg Brandl Date: Sun, 27 Jan 2008 20:25:12 +0000 (+0000) Subject: Add refcounting extension to build config. X-Git-Tag: v2.6a1~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56eadd9d0d37d53f530f98878e77786743bebb0f;p=python Add refcounting extension to build config. --- diff --git a/Doc/conf.py b/Doc/conf.py index 7a4c271382..368ef7f6fe 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -13,6 +13,8 @@ sys.path.append('tools/sphinxext') # General configuration # --------------------- +extensions = ['sphinx.addons.refcounting'] + # General substitutions. project = 'Python' copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')