From 56eadd9d0d37d53f530f98878e77786743bebb0f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 27 Jan 2008 20:25:12 +0000 Subject: [PATCH] Add refcounting extension to build config. --- Doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/conf.py b/Doc/conf.py index 7a4c2713828..368ef7f6fe7 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')