Skip to content

Commit

Permalink
mkdocs.yml update added
Browse files Browse the repository at this point in the history
Signed-off-by: Pagadarai <[email protected]>
  • Loading branch information
SrikanthPagadarai committed Dec 4, 2023
1 parent a933983 commit f7a3f09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CI/gen_doc/docs/gen_sysobj_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,13 @@ def cleanup(obj):
with open(loc, "w") as f:
f.write(output)

# Update mkdocs.yml
loc = os.path.join("mkdocs.tmpl")
template = env.get_template(loc)
output = template.render(devices=devices, matlab=matlab)

loc = os.path.join("..", "mkdocs.yml")
with open(loc, "w") as f:
f.write(output)

return devices

0 comments on commit f7a3f09

Please sign in to comment.