We had previously installed our docs dependencies as extras in setup.cfg. Doc jobs are now changed to not install the project, so these dependencies are no longer being installed. With recent changes to the doc jobs, we need to specificy that python3 is used. Update the zuul config file for this. Change-Id: Ie925efefb1126dbe7fa0a9f0f1727da01f48c512 Depends-on: Ib882a4d09898ff206b36ac8aef840bee0748368e
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
# Packages required for building docs
|
|
|
|
sphinx>=1.6.2 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
sphinxcontrib.datatemplates>=0.1.0 # BSD License
|
|
icalendar>=3.10 # BSD
|