Test doc-build action

This commit is contained in:
Griatch 2020-09-19 16:25:18 +02:00
parent 5894822d40
commit 1a7d2a4dc5
3 changed files with 48 additions and 29 deletions

View file

@ -56,7 +56,7 @@ _multiversion-check-env:
_clean_api_index:
rm source/api/*
# remove supervluous 'module' and 'package' text from api headers
# remove superfluos 'module' and 'package' text from api headers
_reformat_apidoc_headers:
for f in source/api/*.rst; do\
perl -pi -e 's/(module|package)$$// if $$. == 1' $$f ;\