summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2022-11-22 21:39:22 +0000
committerGitHub <noreply@github.com>2022-11-22 13:39:22 -0800
commitc21f3569fc5333ddca4188e6ca0ef9bd57ead249 (patch)
treed874f642c86febc3e3fee88280a0b129a3f1864b /docs
parente8093275e7f9d4e881165176b33474c1097002ac (diff)
downloadansible-c21f3569fc5333ddca4188e6ca0ef9bd57ead249.tar.gz
issue #79378 change devel for ansible 7 (#79402)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index 54735e4796..1ccf696694 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_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 = '7'
AUTHOR = 'Ansible, Inc'