mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
13 lines
207 B
TOML
13 lines
207 B
TOML
[build]
|
|
command = "pip install -r requirements-docs.txt && mkdocs build"
|
|
publish = "site"
|
|
|
|
[build.environment]
|
|
PYTHON_VERSION = "3.11"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|