Skip to content

Commit

Permalink
Try sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 966f9f7 commit be39bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ the ZIP archive then open the `RedotEngine.epub` file in an e-book reader applic

We are transitioning from Godot to Redot. In this period, a temporary solution is available.
```
python migrate.py . _migrated True
python migrate.py . _migrated
```

After the docs are converted, you can build with
Expand Down
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def build():
print("Printing dir again")
os.system("ls -la")

print("See if we have Wrangler")
os.system("wrangler --version")
print("See if we have Sphinx")
os.system("sphinx-build -b html ./_migrated/ _build/html")
print(parser.epilog)

if __name__ == "__main__":
Expand Down

0 comments on commit be39bb5

Please sign in to comment.