Skip to content

Commit 8e9808e

Browse files
docs: Overwrite configued version always be '2' for v2-docs.
1 parent 92821de commit 8e9808e

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
@@ -63,7 +63,9 @@
6363
yotta_module = json.load(open('../module.json'))
6464

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

0 commit comments

Comments
 (0)