We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391045c commit 122d81bCopy full SHA for 122d81b
.github/workflows/test_release.yml
@@ -29,6 +29,8 @@ jobs:
29
run: tox -e pylint
30
- name: Docstyle
31
run: tox -e docstyle
32
+ - name: Doc Generation
33
+ run: tox -e docs
34
35
test:
36
runs-on: ubuntu-latest
0 commit comments