From 54b9016b3a5e04b11cdec479b46e9b0e03c48a34 Mon Sep 17 00:00:00 2001
From: Steffen Hauf <haufs@max-exfl027.desy.de>
Date: Fri, 16 Nov 2018 16:05:04 +0100
Subject: [PATCH] Fix bugs in doc generation

---
 docs/source/makeAllDocs.sh | 1 +
 requirements.txt           | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/docs/source/makeAllDocs.sh b/docs/source/makeAllDocs.sh
index f1c2d96b0..402e2e603 100755
--- a/docs/source/makeAllDocs.sh
+++ b/docs/source/makeAllDocs.sh
@@ -5,6 +5,7 @@
 
 notebooks=(calversion)
 
+mkdir _notebooks
 cd _notebooks
 
 echo "Tutorial Example"> index.rst
diff --git a/requirements.txt b/requirements.txt
index c6a6e3ff7..914775440 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,5 +6,7 @@ astcheck
 astsearch
 influxdb
 tabulate
+h5py
+unittest-xml-reporting
 ./cal_tools
 .
-- 
GitLab