docs: install requirements as part of doc-build script.

This commit is contained in:
Noel Maersk 2018-05-23 17:10:29 +03:00
parent 6b64dc0110
commit 9f9bae7ce1

View File

@ -28,5 +28,6 @@
set -e set -e
cd docs cd docs
pip install -r requirements.txt
sphinx-build -nW -b html -d _build/doctrees . _build/html sphinx-build -nW -b html -d _build/doctrees . _build/html
cd .. cd ..