Staging
v0.5.1
Revision 817506432dd1908cd154500ef18dc276b8dd7071 authored by Victor Stinner on 08 June 2020, 17:36:13 UTC, committed by GitHub on 08 June 2020, 17:36:13 UTC
(cherry picked from commit 8f023a2f664f902a3d0b7a6f64d63afc0d1c15ae)

Co-authored-by: Sandro Mani <manisandro@gmail.com>
1 parent 298c8c8
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top