summaryrefslogtreecommitdiffstats
path: root/netlify.toml
blob: 52675b3d701eb78f4bc579cbb55d7599af7932a7 (plain)
1
2
3
4
5
6
7
8
[build]
    base = "Doc/"
    command = "make html"
    publish = "build/html"

[build.environment]
  PYTHON_VERSION = "3.8"
  IS_DEPLOYMENT_PREVIEW = "true"