Skip to content

Commit

Permalink
remove entire data dir
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Oct 27, 2024
1 parent 483d493 commit 49bed7b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions backend/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,7 @@ def get_klayout_docs_html() -> None:
if __name__ == '__main__':
logging.info('Building knowledge base...')
docs_paths = [
'data/markdown/manpages',
'data/markdown/OR_docs',
'data/markdown/ORFS_docs',
'data/markdown/OpenSTA_docs',
'data/pdf',
'data/html',
"data"
]
purge_folders(folder_paths=docs_paths)

Expand Down

0 comments on commit 49bed7b

Please sign in to comment.