summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Wiesner <swiesner@lunaryorn.com>2008-11-20 20:05:45 +0100
committerSebastian Wiesner <swiesner@lunaryorn.com>2008-11-20 20:05:45 +0100
commiteeb494cf872d08bba3b4a0bb7c27d7f4e6393761 (patch)
tree14b4660f1ec836b1724779885ef7a615540ffae1 /setup.py
parentd02008f99d7d110d03d09d2b41795c4590a4e476 (diff)
downloadsphinx-git-eeb494cf872d08bba3b4a0bb7c27d7f4e6393761.tar.gz
Switched templating to jinja2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index abe82198d..ba80ea239 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+0;115;0c# -*- coding: utf-8 -*-
import ez_setup
ez_setup.use_setuptools()
@@ -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.'