Skip to content

Commit

Permalink
update doc build script
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Jan 4, 2024
1 parent 8d19f34 commit d4dc348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/make_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def make_docs(doc_path=DOC_PATH, timeout=3000) -> str:
Path to created html directory.
"""
doc_path = Path(doc_path)
# clean out all the old docs
clean_docs()
# execute all the notebooks
Expand Down

0 comments on commit d4dc348

Please sign in to comment.