aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/docs.sh1
1 files changed, 1 insertions, 0 deletions
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 ..