rtfd/build.py
Marc Beninca c3b1da6201
Some checks failed
/ job (push) Failing after 4m11s
build/return
2024-03-25 21:44:17 +01:00

7 lines
144 B
Python
Executable file

#! /usr/bin/env -S python3 -B
from rwx.prj.sphinx import SphinxProject
if __name__ == "__main__":
return SphinxProject(__file__).build()