Staging
v0.8.1
Revision 5aad027db9618f22f6fa2274e05dd50f928d2ed7 authored by Raymond Hettinger on 14 June 2020, 02:17:28 UTC, committed by GitHub on 14 June 2020, 02:17:28 UTC
1 parent d71ab4f
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top