Files
qdrant-client/netlify.toml
George baa3e264c8 Drop python 3.8 (#848)
* new: drop python 3.8 support, update type hints

* fix: remove 3.8 from ci

* fix: update type hints

* fix: make netlify use python3.10

* fix: try python3.9 for sphinx

* debug: try updating sphinx

* new: bump ffastembed to 0.4.2

* fix: install numpy<2 for mypy

* fix: install numpy via poetry
2024-11-15 15:54:32 +01:00

7 lines
126 B
TOML

[build]
publish = "docs/html"
command = "bash -x tools/generate_docs_netlify.sh"
[build.environment]
PYTHON_VERSION = "3.10"