Skip to content

Commit 348b53c

Browse files
committed
Add mkdocstrings to documentation builder install
1 parent d121a67 commit 348b53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
install-documentation-builder:
2-
$(PIP) install mkdocs
2+
$(PIP) install mkdocs 'mkdocstrings[python]'
33

44
start-documentation-server:
55
$(INTERPRETER) -m mkdocs serve

0 commit comments

Comments
 (0)