diff options
| author | Sebastian Wiesner <basti.wiesner@gmx.net> | 2008-11-27 00:32:38 +0100 |
|---|---|---|
| committer | Sebastian Wiesner <basti.wiesner@gmx.net> | 2008-11-27 00:32:38 +0100 |
| commit | ca123ba06cc05c87564fc3f5feb51f66989ce9e2 (patch) | |
| tree | 3a6f526c7b1e0856b7f201d35404f25f52d2a4ba /setup.py | |
| parent | 3a6d8037be8056d0d971900e1a58f32d0b6b5b23 (diff) | |
| parent | 61f7e12faeca94a847aa32084bc4f1933d32c89a (diff) | |
| download | sphinx-ca123ba06cc05c87564fc3f5feb51f66989ce9e2.tar.gz | |
Automated merge with http://bitbucket.org/birkenfeld/sphinx
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', 'Jinja>=1.1', 'docutils>=0.4'] +requires = ['Pygments>=0.8', 'Jinja2>=2.0', 'docutils>=0.4'] if sys.version_info < (2, 4): print 'ERROR: Sphinx requires at least Python 2.4 to run.' |
