diff --git a/docs/conf.py b/docs/conf.py index adbc2a2c8369ea956e030ac1cf1d85d7d5a5cb01..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.0' +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 ebcf626dc79e09dc32dc59e289eda5e7bde8ac92..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.0 8.0.0 + git checkout -b 8.0-maint 8.0-maint Preparing the basic site configuration