diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index 8e44f236d30..0a72676e087 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -34,7 +34,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'