Skip to content

Commit

Permalink
[master,doc][s]: remove dependency on python-sphinx in core requireme…
Browse files Browse the repository at this point in the history
…nts as only needed for docs and updated README with correct sphinx version (>= 1.1).
  • Loading branch information
rufuspollock committed Mar 14, 2012
1 parent d56b76a commit b9755e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -12,7 +12,7 @@ http://ckan.org/.
Building Documentation
======================

1. Install python-sphinx
1. Install python-sphinx (>= 1.1)

2. Initialize the theme submodule::

Expand Down
2 changes: 1 addition & 1 deletion doc/install-from-source.rst
Expand Up @@ -126,7 +126,7 @@ WebOb has to be installed explicitly afterwards because by installing pylons wit
Now to install the remaining dependencies in requires/lucid_present.txt and you are using Ubuntu Lucid 10.04 you can install the system versions::

sudo apt-get install python-pybabel python-psycopg2 python-lxml
sudo apt-get install python-sphinx python-pylons python-repoze.who
sudo apt-get install python-pylons python-repoze.who
sudo apt-get install python-repoze.who-plugins python-tempita python-zope.interface
Alternatively, if you are not using Ubuntu Lucid 10.04 you'll need to install them like this:
Expand Down
11 changes: 0 additions & 11 deletions pip-requirements-prerelease.txt

This file was deleted.

3 changes: 1 addition & 2 deletions requires/lucid_present.txt
Expand Up @@ -3,13 +3,12 @@
# you can install these dependencies via pip instead.
#
# sudo apt-get install python-pybabel python-psycopg2 python-lxml
# sudo apt-get install python-sphinx python-pylons python-repoze.who
# sudo apt-get install python-pylons python-repoze.who
# sudo apt-get install python-repoze.who-plugins python-tempita python-zope.interface

babel==0.9.4
psycopg2==2.0.13
lxml==2.2.4
sphinx==0.6.4
# Specifying particular version of WebOb because later version has incompatibility
# with pylons 0.9.7 (change to imports of Multidict)
webob==1.0.8
Expand Down

0 comments on commit b9755e9

Please sign in to comment.