mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Test doc-build action
This commit is contained in:
parent
5894822d40
commit
1a7d2a4dc5
3 changed files with 48 additions and 29 deletions
|
|
@ -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 ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue