diff options
author | Georg Brandl <georg@python.org> | 2008-01-27 20:25:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-27 20:25:12 (GMT) |
commit | 56eadd9d0d37d53f530f98878e77786743bebb0f (patch) | |
tree | 94f0d4a09a6be11fa8bd63dfdd44ff1c08045649 | |
parent | cf25eb14afb73341aba218c66374d0895c8e94ff (diff) | |
download | cpython-56eadd9d0d37d53f530f98878e77786743bebb0f.zip cpython-56eadd9d0d37d53f530f98878e77786743bebb0f.tar.gz cpython-56eadd9d0d37d53f530f98878e77786743bebb0f.tar.bz2 |
Add refcounting extension to build config.
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 7a4c271..368ef7f 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') |