Skip to content

Commit 1207fa7

Browse files
authored
chore: add documentation build in the makefile (#1105)
1 parent 379534a commit 1207fa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ help:
1717
# Catch-all target: route all unknown targets to Sphinx using the new
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
20+
sphinx-apidoc -f -o ./source ../scaleway-core
21+
sphinx-apidoc -f -o ./source ../scaleway
22+
sphinx-apidoc -f -o ./source ../scaleway-async
2023
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 commit comments

Comments
 (0)