From 5656a590cf8ca6bcf1dce71a03aa6c34020632f0 Mon Sep 17 00:00:00 2001 From: Yasel Quintero Date: Wed, 16 Oct 2024 18:48:59 +0200 Subject: [PATCH] Remove reference to tudat-multidoc in recipe/build.sh --- recipe/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipe/build.sh b/recipe/build.sh index 5363e66..16f6b37 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -3,12 +3,6 @@ echo "OS is:" echo "`uname`" -# if [ "`uname`" = "Linux" ] -# then -# conda install jinja2 pydantic=1.10.9 pyyaml numpydoc -y - -# python docs/source/build_docstrings.py -# fi # conda install boost-cpp=1.72 -y mkdir build