Skip to content

Commit de6d6bf

Browse files
Copilotahyangyi
andcommitted
Run docgen before building docs in Makefile
Co-authored-by: ahyangyi <700956+ahyangyi@users.noreply.github.com> Agent-Logs-Url: https://github.com/ahyangyi/agrf/sessions/1a411e9b-fba9-4d96-982f-f8429ae3563a
1 parent 2b75fc3 commit de6d6bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PHONY: doc clean test
22

33
doc:
4+
python tools/docgen.py
45
cd docs && $(MAKE) html
56

67
clean:

0 commit comments

Comments
 (0)