fix flask autodoc

This commit is contained in:
ziirish 2018-05-01 19:57:03 +02:00
parent 900ce1853b
commit eb081da44f
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
3 changed files with 2 additions and 4 deletions

View file

@ -74,7 +74,6 @@ build:doc:
stage: build
image: python:3.6
script:
- sed -i -e "s,^#\(.*\)@AUTOFLASK@\(.*\)$,\1sphinxcontrib.autohttp.flask\2," docs/conf.py
- pip install -U -r docs/requirements.txt
- make doc
tags: