Skip to content

Commit

Permalink
run benchmark tags script
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Mar 13, 2024
1 parent 1adeb7f commit b06808e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ systemconfigs:
tags:
./generate-benchmark-list.py $(WORKSPACE_PATH)

.PHONY: help sysconfigs tags Makefile
.PHONY: help systemconfigs tags Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
]
)

subprocess.call(
[
"make",
"tags",
]
)

project = "Benchpark"
copyright = "2023, LLNS LLC"
author = "Olga Pearce, Alec Scott, Peter Scheibel, Greg Becker, Riyaz Haque, and Nathan Hanford"
Expand Down

0 comments on commit b06808e

Please sign in to comment.