We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d121a67 commit 348b53cCopy full SHA for 348b53c
Makefile
@@ -1,5 +1,5 @@
1
install-documentation-builder:
2
- $(PIP) install mkdocs
+ $(PIP) install mkdocs 'mkdocstrings[python]'
3
4
start-documentation-server:
5
$(INTERPRETER) -m mkdocs serve
0 commit comments