config: doc8 for inc files

These files were not checked. Unfortunately adding it to setup.cfg does not work, so we have to add it here.
This commit is contained in:
Laurens Valk
2020-05-19 11:11:47 +02:00
parent 92745f1921
commit 164f353be3
+1 -1
View File
@@ -32,6 +32,6 @@ jobs:
- name: Build package
run: poetry build
- name: Lint docs
run: poetry run doc8
run: poetry run doc8 --extension .inc
- name: Build html docs
run: poetry run make -C doc html