parent
5bac52bc67
commit
0ced960e76
1 changed files with 3 additions and 1 deletions
4
build.py
4
build.py
|
@ -2,8 +2,10 @@
|
|||
|
||||
import sys
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from rwx.prj.sphinx import SphinxProject
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(SphinxProject(__file__).build())
|
||||
sys.exit(SphinxProject(Path(__file__)).build())
|
||||
|
|
Loading…
Reference in a new issue