Add doc job requirements.txt

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
This commit is contained in:
Sean McGinnis
2017-12-18 15:29:36 -06:00
committed by Monty Taylor
parent a2e8f393ed
commit bccb7dea80
3 changed files with 17 additions and 3 deletions

6
doc/requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
# 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