update regendocs
--HG-- branch : parametrized-fixture-override
This commit is contained in:
@@ -16,9 +16,10 @@ clean:
|
|||||||
|
|
||||||
# generate documentation
|
# generate documentation
|
||||||
docs: develop
|
docs: develop
|
||||||
|
find doc/en -name '*.txt' -not -path 'doc/en/_build/*' | xargs .env/bin/regendoc
|
||||||
cd doc/en; make html
|
cd doc/en; make html
|
||||||
find doc/en/ -name '*.txt' | xargs .env/bin/regendoc
|
|
||||||
|
|
||||||
# upload documentation
|
# upload documentation
|
||||||
upload-docs: develop
|
upload-docs: develop
|
||||||
|
find doc/en -name '*.txt' -not -path 'doc/en/_build/*' | xargs .env/bin/regendoc --update
|
||||||
cd doc/en; make install
|
cd doc/en; make install
|
||||||
|
|||||||
Reference in New Issue
Block a user