We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20757f commit b17f855Copy full SHA for b17f855
.github/workflows/check_docs.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install nitypes (with docs)
35
run: poetry install -v --only main,docs
36
- name: Generate docs
37
- run: poetry run sphinx-build docs docs/_build -b html -W --keep-going
+ run: poetry run sphinx-build docs docs/_build -b html -W
38
- name: Upload docs artifact
39
uses: actions/upload-artifact@v4
40
with:
0 commit comments