From 8e9808e5abcef9747b67cebd38d4d1a8683cc791 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Tue, 15 Nov 2022 19:04:41 +0000 Subject: [PATCH] docs: Overwrite configued version always be '2' for v2-docs. --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8450fa908..155655ccb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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