Skip to content

Commit

Permalink
Fix tasks.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Oct 20, 2023
1 parent 5438815 commit 682019a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def make_doc(ctx):
# with open(fn, "w") as f:
# f.write("\n".join(preamble + lines))
ctx.run("rm -r markdown", warn=True)
ctx.run("rm -r html", warn=True)
# ctx.run("cp ../README.md index.md")
ctx.run("cp ../CHANGES.md CHANGES.md")
ctx.run("rm -rf doctrees", warn=True)
Expand Down

0 comments on commit 682019a

Please sign in to comment.