remove useless dependency

This commit is contained in:
ziirish 2018-05-01 19:38:03 +02:00
parent 08193c6914
commit 900ce1853b
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

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