Skip to content

Commit f83f8e6

Browse files
authored
(infra) run docgen before Sphinx build in Makefile (#17)
1 parent a79bb6a commit f83f8e6

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)