diff options
| author | Georg Brandl <georg@python.org> | 2009-02-19 21:56:34 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-02-19 21:56:34 +0100 |
| commit | 4c81b055c8bb92c24efa46ab41c5a717893062b8 (patch) | |
| tree | 9afb410c802d9a5837fba87a241cc8c07e4237a2 /setup.py | |
| parent | 8e4ef0d585afd2b114c4b99c281ab9bc49c74756 (diff) | |
| download | sphinx-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.' |
