Skip to content

Commit

Permalink
attempt to isolate error
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 d9a0924 commit 22803c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ def get_klayout_docs_html() -> None:
os.makedirs('data/pdf/OR_publications', exist_ok=True)
os.makedirs('data/html', exist_ok=True)

get_klayout_docs_html()
get_yosys_docs_html()
# get_klayout_docs_html()
# get_yosys_docs_html()

get_or_publications()
get_or_website_html()
Expand Down

0 comments on commit 22803c8

Please sign in to comment.