Make sphinx compatible with docutils SVN snapshots.

This commit is contained in:
Georg Brandl
2008-03-23 15:07:15 +00:00
parent a9f2247f62
commit 5d272bdd0d
8 changed files with 69 additions and 16 deletions

View File

@@ -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']
)