Update releasenotes publish job to use ensure-sphinx

The build-releasenotes role got updated so we need to switch to
ensure-sphinx here.

Change-Id: I1149f8b3d994f1d6af2cfce09a42a9bdc6865efd
This commit is contained in:
Monty Taylor 2017-11-21 14:58:53 -06:00
parent 2be0930a34
commit 6a8704e259
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,12 @@
- hosts: all
roles:
- ensure-reno
- role: bindep
bindep_profile: doc
bindep_dir: "{{ zuul_work_dir }}"
- role: ensure-sphinx
doc_building_packages:
- sphinx
- reno
# TODO(jaegerandi): Remove once all repos are fixed.
install_package: yes
- revoke-sudo

View File

@ -1,3 +1,4 @@
- hosts: all
roles:
- install-if-python
- build-releasenotes