Skip to content

Commit 3894f81

Browse files
committed
fix(docs): update requirements in sync with controller
1 parent 459a06c commit 3894f81

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

docs/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ Please add any issues you find with this documentation to the
1616
```console
1717
$ virtualenv venv -q --prompt='(docs)' && . venv/bin/activate
1818
(docs)$ pip install -r docs_requirements.txt
19-
Downloading/unpacking celery==3.1.8
20-
...
21-
Successfully installed psycopg2 python-etcd PyYAML ...
22-
Cleaning up...
23-
(docs)$
2419
```
2520

2621
See comments at the top of the ``docs_requirements.txt`` file if you
@@ -32,7 +27,7 @@ Please add any issues you find with this documentation to the
3227
(docs)$ make server
3328
sphinx-build -b dirhtml -d _build/doctrees . _build/dirhtml
3429
Making output directory...
35-
Running Sphinx v1.2.2
30+
Running Sphinx v1.2.3
3631
...
3732
Build finished. The HTML pages are in _build/dirhtml.
3833
Serving HTTP on 0.0.0.0 port 8000 ...

docs/docs_requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
88
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
99
#
10-
celery==3.1.13
1110
Django==1.6.7
1211
# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
1312
git+https://github.com/deis/django-fsm@propagate-false
1413
django-guardian==1.2.4
1514
django-json-field==0.5.7
1615
djangorestframework==2.3.14
1716
docker-py==0.4.0
18-
gunicorn==18.0
17+
gunicorn==19.1.1
1918
paramiko==1.14.1
2019
psycopg2==2.5.4
2120
python-etcd==0.3.0
@@ -28,6 +27,6 @@ requests==2.3.0
2827
termcolor==1.1.0
2928

3029
# Deis documentation requirements
31-
Sphinx>=1.2.2
30+
Sphinx>=1.2.3
3231
smartypants>=1.8.6
3332
sphinxcontrib-httpdomain>=1.3.0

0 commit comments

Comments
 (0)