need sphinx to generate changelogs

develop
Myk Taylor 2023-08-18 23:46:12 -07:00
parent 592990f1d3
commit 1e4594f8d5
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

@ -28,6 +28,8 @@ jobs:
permissions:
contents: write
steps:
- name: Install doc dependencies
run: pip install 'sphinx<4.4.0'
- name: Clone DFHack
uses: actions/checkout@v3
with: