Skip to content

Commit

Permalink
docs: Overwrite configued version always be '2' for v2-docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Jul 18, 2024
1 parent ef1312d commit c1e2f5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
yotta_module = json.load(open('../module.json'))

# The short X.Y version.
version = yotta_module['version']
# Overwrite here to v2
#version = yotta_module['version']
version = "2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit c1e2f5e

Please sign in to comment.