fix doc generation

This commit is contained in:
ziirish 2018-11-08 18:35:47 +01:00
parent f671d3dbbb
commit d26504e26d
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

@ -48,7 +48,7 @@ build:doc:
stage: build
image: python:3.6
script:
- pip install -U -r docs/requirements.txt
- pip install -U .[rtd]
- make doc
tags:
- build