From 3dcdde996c94a24d3fc3a20894e5c9b608322b9e Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 16 Mar 2021 16:52:36 -0400 Subject: [PATCH] fix 2.10 version (#73788) --- 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 709a3d5e019..c10fe028a52 100644 --- a/docs/docsite/sphinx_conf/core_conf.py +++ b/docs/docsite/sphinx_conf/core_conf.py @@ -37,7 +37,7 @@ sys.path.append(os.path.abspath(os.path.join('..', '_extensions'))) # 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.10' AUTHOR = 'Ansible, Inc'