diff --git a/docs/build_docs.sh b/docs/build_docs.sh index 28c4153e..e041b8af 100644 --- a/docs/build_docs.sh +++ b/docs/build_docs.sh @@ -1,3 +1,3 @@ pip install ./map2loop export DOCUMENTATION_TEST=True -make -C ./map2loop/docs html \ No newline at end of file +make -C map2loop/docs html \ No newline at end of file