diff options
-rw-r--r-- | development/Sphinx/README | 1 | ||||
-rw-r--r-- | development/Sphinx/Sphinx.info | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README index 2be9112e2c88..c5fdb45b6212 100644 --- a/development/Sphinx/README +++ b/development/Sphinx/README @@ -6,5 +6,4 @@ support for that kind of docs as well (which is intended to be freely mixed with hand-written content). If you need pure API docs have a look at Epydoc, which also understands reST. -This requires pysetuptools, docutils, and Jinja2. Pygments is an optional runtime-only dependency. diff --git a/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info index c1a5d0db2826..8a6f38e6efd1 100644 --- a/development/Sphinx/Sphinx.info +++ b/development/Sphinx/Sphinx.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.1.3.tar.gz" MD5SUM="8f55a6d4f87fc6d528120c5d1f983e98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Jinja2 docutils pysetuptools" +REQUIRES="distribute docutils Jinja2" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |