diff --git a/docs/conf.py b/docs/conf.py index f7eb3c0f96630b2a5e765b8ccd1936dfcf0b907f..46a0195427f7a4893fe9b8f04dd56abf1c0e9f6f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ project = 'Majic Ansible Roles' copyright = '2018, 2019, 2020, 2021, 2023, 2024 Branko Majic' author = 'Branko Majic' -release = '8.0.1' +release = '8.0-maint' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/usage.rst b/docs/usage.rst index 70b2e2936bae99e4b0fa1e47c2f125a80b60762d..074ea08297c0c9e06698589bd58435115aba1d7e 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -168,7 +168,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 8.0.1 8.0.1 + git checkout -b 8.0-maint 8.0-maint Preparing the basic site configuration