Skip to content

Commit f81c4b9

Browse files
authored
Set MICROPY_VERSION environment variable to 1.27.0
1 parent 28b3bd3 commit f81c4b9

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.27.0'
25+
2426
# The members of the html_context dict are available inside topindex.html
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)