From b52cbaa989f524e1b45c70a89bf5354ee772d938 Mon Sep 17 00:00:00 2001
From: wblumberg <wblumberg@ou.edu>
Date: Thu, 12 Sep 2019 18:14:06 -0400
Subject: [PATCH] Fixing issue where sharppy wasn't installed so docs couldn't
 build

---
 ci/build_docs.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/build_docs.sh b/ci/build_docs.sh
index d03b3c05..2305ea55 100644
--- a/ci/build_docs.sh
+++ b/ci/build_docs.sh
@@ -15,6 +15,10 @@ cd ci/
 conda env create -f docs_env.yml
 source activate docs-env
 
+cd ..
+pip install -e .
+cd ci/
+
 echo "**************************************************************************************"
 echo "Step 1: Adding the SSH key ..."
 echo "**************************************************************************************"