Commit 191d96c4 authored by leswing's avatar leswing
Browse files

Install sphinx before sphinx_rtd_theme

parent ac3d5aa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ fi
# Create the docs and push them to S3
# -----------------------------------
echo "About to install numpydoc, s3cmd"
pip install numpydoc s3cmd msmb_theme sphinx_rtd_theme
pip install -I sphinx==1.3.5 sphinx_bootstrap_theme
pip install numpydoc s3cmd msmb_theme sphinx_rtd_theme
conda list -e
mkdir -p docs/_build
echo "About to build docs"