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 4b4c262 commit 20cba11Copy full SHA for 20cba11
Makefile
@@ -1,3 +1,12 @@
1
+install-documentation-builder:
2
+ $(PIP) install mkdocs
3
+
4
+start-documentation-server:
5
+ $(INTERPRETER) -m mkdocs serve
6
7
+deploy-documentation:
8
+ $(INTERPRETER) -m mkdocs gh-deploy --config-file mkdocs.yml
9
10
install-package-builder:
11
$(PIP) install --upgrade build
12
0 commit comments