From 6f93710d1f76f73e74d01f9e2ec3588ef92fa216 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 7 Nov 2022 12:17:16 -0500 Subject: [PATCH] set docs version in stable-2.14 (#79275) --- docs/docsite/sphinx_conf/core_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py index 29e27df806a..582374677f4 100644 --- a/docs/docsite/sphinx_conf/core_conf.py +++ b/docs/docsite/sphinx_conf/core_conf.py @@ -32,7 +32,7 @@ sys.path.insert(0, os.path.join('ansible', 'lib')) # the repository version needs to be the one that is loaded: sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib'))) -VERSION = 'devel' +VERSION = '2.14' AUTHOR = 'Ansible, Inc'