Skip to content

Commit

Permalink
Removed svg updating pieces
Browse files Browse the repository at this point in the history
Signed-off-by: spagadar <[email protected]>
  • Loading branch information
SrikanthPagadarai committed Jan 29, 2024
1 parent 373cecb commit dd76b52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
2 changes: 0 additions & 2 deletions CI/gen_doc/docs/gen_all_doc.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from gen_md_pages import gen_pages_and_toc
from gen_sysobj_pages import gen_sys_obj_pages
from gen_rd_svg import gen_rd_svg
import os

if __name__ == "__main__":
gen_rd_svg()
matlab = bool(os.environ.get("MATLAB"))
devices, designs = gen_sys_obj_pages(matlab)
gen_pages_and_toc(matlab, devices, designs)
94 changes: 0 additions & 94 deletions CI/gen_doc/docs/gen_rd_svg.py

This file was deleted.

0 comments on commit dd76b52

Please sign in to comment.