Leibniz-HBI / smormlpy

A cookiecutter skeleton for SMO/MRML python tools.
MIT License
0 stars 0 forks source link

feat: autogenerate html-documentation on version bump #27

Open pekasen opened 1 year ago

pekasen commented 1 year ago

E.g. running the following fish-snippet will generate a new version of the documentation in a subfolder:

set TAG (git describe --tags --abbrev=0)
poetry run pdoc3 --html --output-dir docs/$TAG {{ cookiecutter.project_slug }}