diff --git a/venv-build-env.sh b/venv-build-env.sh new file mode 100755 index 0000000000000000000000000000000000000000..393b20450819fff6dcfe94c752330c7a38ee38af --- /dev/null +++ b/venv-build-env.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# Source this script +if [ ! -e ./sphinx-env ]; then + python3 -m venv sphinx-env +fi +source ./sphinx-env/bin/activate +python3 -m pip install --upgrade pip +python3 -m pip install sphinx==5.3.0 sphinx-rtd-theme sphinx_design sphinx-tabs sphinxcontrib.svg2pdfconverter sphinx-reredirects +python3 -m pip install sphinxcontrib-images +python3 -m pip install breathe exhale