1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Tweak docs

This commit is contained in:
Thomas Sileo
2022-07-04 22:00:19 +02:00
parent 71d3061848
commit b20253d212
4 changed files with 8 additions and 2 deletions

View File

@ -96,7 +96,7 @@ def build_configuration_wizard_image(ctx):
@task
def build_docs(ctx):
# type: (Context) -> None
run("poetry run python scripts/generate_docs.py", pty=True, echo=True)
run("PYTHONPATH=. poetry run python scripts/generate_docs.py", pty=True, echo=True)
@task