build/rwx
This commit is contained in:
parent
12eed247ef
commit
51c05d61d0
1 changed files with 3 additions and 2 deletions
5
build.py
5
build.py
|
@ -5,7 +5,7 @@ import shutil
|
||||||
|
|
||||||
import sphinx.cmd.build
|
import sphinx.cmd.build
|
||||||
|
|
||||||
import rwx
|
from rwx.prj.sphinx import SphinxProject
|
||||||
|
|
||||||
INPUT = ["rtfd"]
|
INPUT = ["rtfd"]
|
||||||
OUTPUT = "out"
|
OUTPUT = "out"
|
||||||
|
@ -33,4 +33,5 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
project = SphinxProject(__file__)
|
||||||
|
project.build()
|
||||||
|
|
Loading…
Reference in a new issue