We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04376af commit df9a2b1Copy full SHA for df9a2b1
1 file changed
.github/workflows/main-docs.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install sphinx sphinx-rtd-theme myst-parser sphinx-design sphinx-tabs
+ pip install -r requirements-dev.txt
34
35
- name: Build HTML
36
0 commit comments