From 6a1061342247acf5c2439eb1a5d0be4a64a8c193 Mon Sep 17 00:00:00 2001 From: core23 Date: Sun, 14 Mar 2021 22:19:26 +0100 Subject: [PATCH] Fix docs build --- .github/workflows/documentation.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5027f5e1..aaa773ee 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,14 +20,11 @@ jobs: - name: "Set up Python 3.7" uses: actions/setup-python@v2.2.1 with: - python-version: '3.7' # Semantic version range syntax or exact version of a Python version + python-version: '3.7' - name: "Display Python version" run: python -c "import sys; print(sys.version)" - - name: "Install Sphinx dependencies" - run: sudo apt-get install python-dev build-essential - - name: "Cache pip" uses: actions/cache@v2.1.4 with: