Skip to content

Commit 1df4d27

Browse files
committed
update requirements for docs
1 parent 77cf5b0 commit 1df4d27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/documentation.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- uses: actions/setup-python@v3
2020
- name: Install dependencies
2121
run: |
22-
pip install sphinx sphinx_rtd_theme
2322
pip install -r docs/requirements.txt
2423
- name: Sphinx build
2524
run: |

docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
fastapi<0.100.0
22
pydantic<2
33
simplejson>=3.17.6
4+
sphinx
5+
sphinx_rtd_theme
46
sqlalchemy<2
57
tortoise-orm>=0.19.3

0 commit comments

Comments
 (0)