Files
qdrant-client/tools/generate_docs.sh
Andrey Vasnetsov f8233a6014 netlify script
2022-04-12 22:34:52 +02:00

11 lines
220 B
Bash
Executable File

#!/usr/bin/env sh
set -e
# Ensure current path is project root
cd "$(dirname "$0")/../"
poetry run sphinx-apidoc --force --separate --no-toc -o docs/source qdrant_client
poetry run sphinx-build docs/source docs/html