This commit is contained in:
parent
c3b1da6201
commit
85fba37af8
1 changed files with 3 additions and 1 deletions
4
build.py
4
build.py
|
@ -1,7 +1,9 @@
|
|||
#! /usr/bin/env -S python3 -B
|
||||
|
||||
import sys
|
||||
|
||||
from rwx.prj.sphinx import SphinxProject
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
return SphinxProject(__file__).build()
|
||||
sys.exit(SphinxProject(__file__).build())
|
||||
|
|
Loading…
Reference in a new issue