render
All checks were successful
/ job (push) Successful in 6m43s

This commit is contained in:
Marc Beninca 2025-06-08 11:10:17 +02:00
parent 6596b8c17f
commit 27d2a6d844
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

11
render.py Executable file
View file

@ -0,0 +1,11 @@
#! /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())