build/rwx

This commit is contained in:
Marc Beninca 2024-03-03 21:39:37 +01:00
parent 12eed247ef
commit 51c05d61d0
Signed by untrusted user who does not match committer: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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()