6a8704e259
The build-releasenotes role got updated so we need to switch to ensure-sphinx here. Change-Id: I1149f8b3d994f1d6af2cfce09a42a9bdc6865efd
13 lines
298 B
YAML
13 lines
298 B
YAML
- hosts: all
|
|
roles:
|
|
- 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
|