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 Nov 15, 2022
1 parent 92821de commit 8e9808e
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 @@ -63,7 +63,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 8e9808e

Please sign in to comment.