Skip to content

Commit

Permalink
Merge branch 'master' of github.com:okfn/ckan into feature-1698-tag-t…
Browse files Browse the repository at this point in the history
…axonomies
  • Loading branch information
Sean Hammond committed Mar 14, 2012
2 parents caf8a5d + b9755e9 commit 76f5530
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -12,12 +12,12 @@ http://ckan.org/.
Building Documentation
======================

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

2. Initialize the theme submodule::

git submodule init
git submodule update
git submodule init
git submodule update

3. Run the command to build the docs::

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 76f5530

Please sign in to comment.