update regendocs
--HG-- branch : parametrized-fixture-override
This commit is contained in:
parent
81243657be
commit
b48eda6d7d
3
Makefile
3
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue