Staging
v0.8.1
Revision cc061d0e6fb2569efa91531686f75b89e94ec865 authored by Raymond Hettinger on 01 December 2020, 04:42:54 UTC, committed by GitHub on 01 December 2020, 04:42:54 UTC
1 parent 427613f
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top