parent
6596b8c17f
commit
27d2a6d844
1 changed files with 0 additions and 0 deletions
11
render.py
Executable file
11
render.py
Executable 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())
|
Loading…
Add table
Add a link
Reference in a new issue