diff options
author | Georg Brandl <georg@python.org> | 2008-03-23 15:07:15 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-23 15:07:15 +0000 |
commit | 5d272bdd0d1eb765529f986859fef6b85bfcc68d (patch) | |
tree | 6cb932168ffc6fda4388b16c14f709a9583ef44a /setup.py | |
parent | a9f2247f621e5325871da5f7980d2248322d2ce1 (diff) | |
download | sphinx-git-0.1.61798.tar.gz |
Make sphinx compatible with docutils SVN snapshots.v0.1.61798
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,5 +65,5 @@ setup( 'sphinx-quickstart = sphinx.quickstart:main' ] }, - install_requires=['Pygments>=0.8', 'docutils==0.4'] + install_requires=['Pygments>=0.8', 'docutils>=0.4'] ) |