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 55cbc2c commit ddfa4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: 3
- name: Install dependencies
run: |
pip install sphinx
pip install 'sphinx<4.4.0'
- name: Clone scripts
uses: actions/checkout@v1
- name: Set up DFHack
Expand Down

0 comments on commit ddfa4bf

Please sign in to comment.