fix doc build

This commit is contained in:
ziirish 2019-07-12 21:55:34 +02:00
parent ec3ae13c72
commit b2448ea9d7
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

@ -120,7 +120,7 @@ build:doc:
image: python:3.6
script:
- pip install -U .[rtd]
- cd doc && make html
- cd docs && make html
tags:
- build
only: