rtfd/build.py
Marc Beninca 0ced960e76
All checks were successful
/ job (push) Successful in 1m11s
build/path
2024-10-13 22:51:51 +02:00

11 lines
191 B
Python
Executable file

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