Staging
v0.8.1
Revision 752cdf21eb2be0a26ea6a34a0de33a458459aead authored by Raymond Hettinger on 07 December 2020, 02:29:08 UTC, committed by GitHub on 07 December 2020, 02:29:08 UTC
1 parent 8a62887
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top