From 2fe2bf5e26a4351b7df7427567d9b488004d52f4 Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Thu, 16 May 2019 08:09:18 -0500 Subject: [PATCH] Add readthedocs job for Spyglass Change-Id: I7973d8e36c2aa9e173522a01076ce73228ba96a9 --- .zuul.yaml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index bf57a69..c872cda 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -10,6 +10,8 @@ # See the License for the specific language governing permissions and # limitations under the License. - project: + templates: + - docs-on-readthedocs check: jobs: - openstack-tox-pep8 diff --git a/tox.ini b/tox.ini index 81b227b..086b787 100644 --- a/tox.ini +++ b/tox.ini @@ -52,5 +52,5 @@ deps = -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build - sphinx-build -b html doc/source doc/build -n -W -v + sphinx-build -b html doc/source doc/build/html -n -W -v whitelist_externals = rm