Skip to content

Commit

Permalink
Enable building docs in the Docker image (includes Sphinx version bum…
Browse files Browse the repository at this point in the history
…p to 1.7.1) (celery#4729)

* Added docs requirements to Docker image

* sphinx_celery requires Sphinx 1.7.1

pip-9.0.1 didn't complain about an older version being installed, but
pip-10.0.1 does.
  • Loading branch information
mgeens authored and auvipy committed May 11, 2018
1 parent 4ed3f82 commit d178dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN pyenv local python2.7 python3.4 python3.5 python3.6
# Setup one celery environment for basic development use
RUN pyenv exec pip install \
-r requirements/default.txt \
-r requirements/docs.txt \
-r requirements/pkgutils.txt \
-r requirements/test.txt \
-r requirements/test-ci-base.txt \
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/celery/sphinx_celery.git
Sphinx==1.6.5
Sphinx==1.7.1
typing
-r extras/sqlalchemy.txt

0 comments on commit d178dbb

Please sign in to comment.