Fix verify-docstrings.py

This commit is contained in:
baldurk
2020-12-09 23:07:56 +00:00
parent 492aaf21b6
commit afc9fc8f1e
3 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ jobs:
run: |
cd docs
make html SPHINXOPTS=-W
python3 ./docs/verify-docstrings.py
python3 verify-docstrings.py
linux:
name: Linux
needs: [commit-msg, clang-format]