Skip to content

Commit 9ffcef8

Browse files
committed
Fix documentation workflow
1 parent 87ba2b3 commit 9ffcef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: '3.13'
1818
- name: Install pip dependencies
1919
run: |
20-
pip install -e .[docs]
20+
pip install -e .[docs,django]
2121
- name: Run Sphinx
2222
run: |
2323
cd docs

0 commit comments

Comments
 (0)