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