We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3307e0 commit 7f89e6dCopy full SHA for 7f89e6d
.github/workflows/sphinx.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/setup-python@v5
34
with:
35
python-version: '3.10'
36
- - run: pip install sphinx sphinxcontrib-napoleon sphinx-rtd-theme
+ - run: pip install -r requirements.txt
37
- name: Build Sphinx Docs
38
run: sphinx-build docs/source/ docs/build/
39
- name: Setup Pages
0 commit comments