summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-11-07 12:17:16 -0500
committerGitHub <noreply@github.com>2022-11-07 09:17:16 -0800
commit6f93710d1f76f73e74d01f9e2ec3588ef92fa216 (patch)
tree85f992d4f48125e226e29f0ac5cce486fd4912ab /docs
parent175d4becbddc067284ae6cecc208c775dd5b823e (diff)
downloadansible-6f93710d1f76f73e74d01f9e2ec3588ef92fa216.tar.gz
set docs version in stable-2.14 (#79275)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py
index 29e27df806..582374677f 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'