help/build.py
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()