Skip to content

Commit 5869b53

Browse files
docs: Overwrite configued version always be '2' for v2-docs.
1 parent 832e85e commit 5869b53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
yotta_module = json.load(open('../module.json'))
6565

6666
# The short X.Y version.
67-
version = yotta_module['version']
67+
# Overwrite here to v2
68+
#version = yotta_module['version']
69+
version = "2"
6870
# The full version, including alpha/beta/rc tags.
6971
release = version
7072

0 commit comments

Comments
 (0)