diff --git a/docs/conf.py b/docs/conf.py index 97366d3c75dbdff6358e945a07cafeba064e2a17..93096e3f5904d997eec7cd731417ffe63942cc46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2018, Branko Majic' # built documents. # # The short X.Y version. -version = '3.1.0' +version = '3.1-maint' # The full version, including alpha/beta/rc tags. -release = '3.1.0' +release = '3.1-maint' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/usage.rst b/docs/usage.rst index f24ca68c0d7fce8f00197e72309e56f116a9580c..5af4f7dae15fcaa73dd3ee7991a5c41c1328aa2a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -151,7 +151,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 3.1.0 3.1.0 + git checkout -b 3.1-maint 3.1-maint Preparing the basic site configuration