diff --git a/docker/Dockerfile b/docker/Dockerfile index ede7c020685..c54c1b0d27b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ diff --git a/requirements/docs.txt b/requirements/docs.txt index 4a1990005f3..01bd68a635a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -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