File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ...
Original file line number Diff line number Diff line change 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
1110Django==1.6.7
1211# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
1312git+https://github.com/deis/django-fsm@propagate-false
1413django-guardian==1.2.4
1514django-json-field==0.5.7
1615djangorestframework==2.3.14
1716docker-py==0.4.0
18- gunicorn==18.0
17+ gunicorn==19.1.1
1918paramiko==1.14.1
2019psycopg2==2.5.4
2120python-etcd==0.3.0
@@ -28,6 +27,6 @@ requests==2.3.0
2827termcolor==1.1.0
2928
3029# Deis documentation requirements
31- Sphinx>=1.2.2
30+ Sphinx>=1.2.3
3231smartypants>=1.8.6
3332sphinxcontrib-httpdomain>=1.3.0
You can’t perform that action at this time.
0 commit comments