Skip to content

Commit

Permalink
docs: Update for 4.5.3 release on 3/4/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman committed Mar 5, 2024
1 parent 6339437 commit 9f13acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def make():

if sys.platform.startswith('win'):
os.environ["MICROPY_PORT"] = "openmvcam"
os.environ["SPHINXBUILD"] = "python -m sphinx.cmd.build"
if os.system("cd " + os.path.join(__folder__,
"micropython/docs") + " && make.bat html"):
sys.exit("Make Failed...")
Expand Down
2 changes: 1 addition & 1 deletion micropython
Submodule micropython updated 2802 files

0 comments on commit 9f13acc

Please sign in to comment.