Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin the DRF version on docs builders #436

Merged
merged 1 commit into from Oct 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/jjb/jobs/docs.yaml
Expand Up @@ -51,7 +51,7 @@
# create a virtualenv in which to install packages needed to build docs
virtualenv -p /usr/bin/python3 --system-site-packages ~/docs_ve
source ~/docs_ve/bin/activate
pip3 install celery django django-filter djangorestframework djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv
pip3 install celery django django-filter djangorestframework==3.6.4 djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv

# create server.yaml config file
sudo mkdir -p /etc/pulp
Expand Down
4 changes: 2 additions & 2 deletions ci/jjb/jobs/pr-docs.yaml
Expand Up @@ -73,7 +73,7 @@
# create a virtualenv in which to install packages needed to build docs
virtualenv -p /usr/bin/python3 --system-site-packages ~/docs_ve
source ~/docs_ve/bin/activate
pip3 install celery django django-filter djangorestframework djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv
pip3 install celery django django-filter djangorestframework==3.6.4 djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv

# create server.yaml config file
sudo mkdir -p /etc/pulp
Expand Down Expand Up @@ -164,7 +164,7 @@
# create a virtualenv in which to install packages needed to build docs
virtualenv -p /usr/bin/python3 --system-site-packages ~/docs_ve
source ~/docs_ve/bin/activate
pip3 install celery django django-filter djangorestframework djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv
pip3 install celery django django-filter djangorestframework==3.6.4 djangorestframework-jwt drf-nested-routers psycopg2 sphinx git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml virtualenv

cd $WORKSPACE/plugin/docs

Expand Down