Tweak docs
This commit is contained in:
parent
665b7f5847
commit
dbd2c8afea
5 changed files with 32 additions and 4 deletions
2
tasks.py
2
tasks.py
|
@ -96,7 +96,7 @@ def build_configuration_wizard_image(ctx):
|
|||
@task
|
||||
def build_docs(ctx):
|
||||
# type: (Context) -> None
|
||||
run("PYTHONPATH=. poetry run python scripts/generate_docs.py", pty=True, echo=True)
|
||||
run("PYTHONPATH=. poetry run python scripts/build_docs.py", pty=True, echo=True)
|
||||
|
||||
|
||||
@task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue