We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a14da commit 5ccb99eCopy full SHA for 5ccb99e
.github/workflows/docs.yaml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-python@v4
14
- name: Install dependencies
15
run: |
16
+ pip install -r requirements.txt
17
pip install -r requirements_dev.txt
18
- name: Sphinx build
19
working-directory: ${{ github.workspace }}/docs
0 commit comments