rtfd/build.py
2024-03-03 22:56:09 +01:00

7 lines
137 B
Python
Executable file

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