We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379534a commit 1207fa7Copy full SHA for 1207fa7
docs/Makefile
@@ -17,4 +17,7 @@ help:
17
# Catch-all target: route all unknown targets to Sphinx using the new
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
%: Makefile
20
+ sphinx-apidoc -f -o ./source ../scaleway-core
21
+ sphinx-apidoc -f -o ./source ../scaleway
22
+ sphinx-apidoc -f -o ./source ../scaleway-async
23
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0 commit comments