From: Sebastián Ramírez Date: Sat, 15 Dec 2018 18:10:12 +0000 (+0400) Subject: :green_heart: Call docs build with Python module X-Git-Tag: 0.1.12~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10134803a9190f930fc1034b98d488532995c204;p=thirdparty%2Ffastapi%2Ffastapi.git :green_heart: Call docs build with Python module --- diff --git a/scripts/build-docs.sh b/scripts/build-docs.sh index 8953565688..4f4ae2f74e 100644 --- a/scripts/build-docs.sh +++ b/scripts/build-docs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -mkdocs build +python -m mkdocs build cp ./docs/index.md ./README.md