We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cf5b0 commit 1df4d27Copy full SHA for 1df4d27
.github/workflows/documentation.yaml
@@ -19,7 +19,6 @@ jobs:
19
- uses: actions/setup-python@v3
20
- name: Install dependencies
21
run: |
22
- pip install sphinx sphinx_rtd_theme
23
pip install -r docs/requirements.txt
24
- name: Sphinx build
25
docs/requirements.txt
@@ -1,5 +1,7 @@
1
fastapi<0.100.0
2
pydantic<2
3
simplejson>=3.17.6
4
+sphinx
5
+sphinx_rtd_theme
6
sqlalchemy<2
7
tortoise-orm>=0.19.3
0 commit comments