From 9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Wed, 23 May 2018 17:10:29 +0300 Subject: docs: install requirements as part of doc-build script. --- scripts/docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docs.sh b/scripts/docs.sh index 42400bc7..2c08a82b 100755 --- a/scripts/docs.sh +++ b/scripts/docs.sh @@ -28,5 +28,6 @@ set -e cd docs +pip install -r requirements.txt sphinx-build -nW -b html -d _build/doctrees . _build/html cd .. -- cgit