]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:green_heart: Call docs build with Python module
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 15 Dec 2018 18:10:12 +0000 (22:10 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 15 Dec 2018 18:10:12 +0000 (22:10 +0400)
scripts/build-docs.sh

index 89535656883abb17d8b1a28d32c416b1f111eb6b..4f4ae2f74e4034638161f7c5da452f25e2601e29 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
 
-mkdocs build
+python -m mkdocs build
 
 cp ./docs/index.md ./README.md