swh:1:snp:0ebb65e7999ffe8a09692c70dcaabcccae4df958
Raw File
Tip revision: db3ff76da19004f266b62e98a81bdfd322861436 authored by Ɓukasz Langa on 28 June 2021, 08:26:18 UTC
Python 3.9.6
Tip revision: db3ff76
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top