summaryrefslogtreecommitdiff
path: root/sphinx/ext/refcounting.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-29 18:19:13 +0000
committerGeorg Brandl <georg@python.org>2008-02-29 18:19:13 +0000
commit265766721eb1cb7cf7b574c1e921355e99a83e3a (patch)
treead69a854e0c6c8cc178f711dd5697056dbc26001 /sphinx/ext/refcounting.py
parent5c5ee14a221d0f55346e614ef3fb1ec06ae0031f (diff)
downloadsphinx-git-265766721eb1cb7cf7b574c1e921355e99a83e3a.tar.gz
#2207: fix if no Pygments available.
Diffstat (limited to 'sphinx/ext/refcounting.py')
-rw-r--r--sphinx/ext/refcounting.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/ext/refcounting.py b/sphinx/ext/refcounting.py
index 9bcd3cdf3..c6e5a76fc 100644
--- a/sphinx/ext/refcounting.py
+++ b/sphinx/ext/refcounting.py
@@ -6,6 +6,9 @@
Supports reference count annotations for C API functions. Based on
refcount.py and anno-api.py in the old Python documentation tools.
+ Usage: Set the `refcount_file` config value to the path to the reference
+ count data file.
+
:copyright: 2008 by Georg Brandl.
:license: BSD.
"""