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