diff --git a/docs/conf.py b/docs/conf.py index adbc2a2c8369ea956e030ac1cf1d85d7d5a5cb01..803fdcdf3eafe6184ff9c19a32ef20c8e58dc6f2 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-dev' # -- 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..235c20327468f44ed6727da3dd811be8343e100e 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-dev 8.0-dev Preparing the basic site configuration