Skip to content

Commit

Permalink
Setup: Remove no longer needed bash python version check for Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
TunaLobster authored and Hwurzburg committed Sep 29, 2024
1 parent 28a511a commit 516a477
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sphinxsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ if [ "$(python --version)" == "Python 3.6.9" ]; then
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
fi

PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
if [[ "${PYTHON_VERSION:0:3}" = "3.8" ]]; then
SPHINX_VERSION="7.1.2"
else
SPHINX_VERSION="7.2.6"
fi

curl "$GET_PIP_URL" -o get-pip.py
python3 get-pip.py
rm -f get-pip.py
Expand Down

0 comments on commit 516a477

Please sign in to comment.