summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-02-19 21:56:34 +0100
committerGeorg Brandl <georg@python.org>2009-02-19 21:56:34 +0100
commit4c81b055c8bb92c24efa46ab41c5a717893062b8 (patch)
tree9afb410c802d9a5837fba87a241cc8c07e4237a2 /setup.py
parent8e4ef0d585afd2b114c4b99c281ab9bc49c74756 (diff)
downloadsphinx-git-4c81b055c8bb92c24efa46ab41c5a717893062b8.tar.gz
Added an ``only`` directive that can selectively include text
based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 095ef114f..bdfbd3f77 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ are already present, work fine and can be seen "in action" in the Python docs:
and inclusion of appropriately formatted docstrings.
'''
-requires = ['Pygments>=0.8', 'Jinja2>=2.0', 'docutils>=0.4']
+requires = ['Pygments>=0.8', 'Jinja2>=2.1', 'docutils>=0.4']
if sys.version_info < (2, 4):
print 'ERROR: Sphinx requires at least Python 2.4 to run.'