Skip to content

Commit cccd9d1

Browse files
committed
docs requirements
1 parent ed4af17 commit cccd9d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
pip install sphinx sphinx_rtd_theme
23+
pip -r docs/requirements.txt
2324
- name: Sphinx build
2425
run: |
2526
sphinx-build docs _build

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fastapi

0 commit comments

Comments
 (0)