|
|
@@ -15,6 +15,7 @@ def lint(c):
|
|
|
@task(name="docs", aliases=("html", "documentation"))
|
|
|
def docs_html(c, output_directory="build/html"):
|
|
|
"""Build the documentation in HTML form."""
|
|
|
+ c.run(f"cp damper/system.drawio docs/system.drawio")
|
|
|
c.run(f"python3 -m sphinx docs {output_directory}")
|
|
|
|
|
|
|