summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTVo <thavo@redhat.com>2022-11-10 22:18:25 +0100
committerGitHub <noreply@github.com>2022-11-10 22:18:25 +0100
commit332c433b6ec10df6f692fe2743f6039583de4043 (patch)
tree84b70f00bfa08d6cde13891989094fdc0897a678
parentAdd proper declaration of secret version if present (#13071) (diff)
downloadawx-332c433b6ec10df6f692fe2743f6039583de4043.tar.xz
awx-332c433b6ec10df6f692fe2743f6039583de4043.zip
Update conf.py
Updated variables to reflect automation controller name.
-rw-r--r--awxkit/awxkit/cli/docs/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/awxkit/awxkit/cli/docs/source/conf.py b/awxkit/awxkit/cli/docs/source/conf.py
index 75eb627103..db66c6292c 100644
--- a/awxkit/awxkit/cli/docs/source/conf.py
+++ b/awxkit/awxkit/cli/docs/source/conf.py
@@ -52,6 +52,7 @@ html_static_path = ['_static']
rst_epilog = '''
.. |prog| replace:: awx
-.. |at| replace:: Ansible Tower
-.. |RHAT| replace:: Red Hat Ansible Tower
+.. |at| replace:: automation controller
+.. |At| replace:: Automation controller
+.. |RHAT| replace:: Red Hat Ansible Automation Platform controller
'''