Skip to content

Commit d2d269d

Browse files
authored
Update conf.py for v1.26.0.
1 parent 762d872 commit d2d269d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# documentation root, use os.path.abspath to make it absolute, like shown here.
2222
sys.path.insert(0, os.path.abspath("."))
2323

24+
os.environ['MICROPY_VERSION'] = '1.26.0'
25+
2426
# The MICROPY_VERSION env var should be "vX.Y.Z" (or unset).
2527
micropy_version = os.getenv("MICROPY_VERSION") or "latest"
2628
micropy_all_versions = (os.getenv("MICROPY_ALL_VERSIONS") or "latest").split(",")

0 commit comments

Comments
 (0)