Skip to content

Commit

Permalink
Pin sphinx to <4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jan 31, 2022
1 parent f5500d2 commit 3a94758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
lua5.3 \
ninja-build \
zlib1g-dev
pip install sphinx
pip install 'sphinx<4.4.0'
- name: Install GCC
run: |
sudo apt-get install gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
python-version: 3
- name: Install dependencies
run: |
pip install sphinx
pip install 'sphinx<4.4.0'
- name: Clone DFHack
uses: actions/checkout@v1
with:
Expand Down

0 comments on commit 3a94758

Please sign in to comment.