diff --git a/docs/conf.py b/docs/conf.py index d035119bb28e47ddcbe46ccfb81a2417a390b46e..a223723393a7f1be629274c6fb3a582084ef6e8f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ copyright = '2015-2018, Project Gluon' # built documents. # # The short X.Y version. -version = '2018.1' +version = '2018.1+' # The full version, including alpha/beta/rc tags. -release = '2018.1' +release = '2018.1+' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf index 6b52d53a3b7897fba19685e19fe32ef81cd59461..9e91dadbd2c7c021e28ebe6a1751de4d6a93dc16 100644 --- a/docs/site-example/site.conf +++ b/docs/site-example/site.conf @@ -1,4 +1,4 @@ --- This is an example site configuration for Gluon v2018.1 +-- This is an example site configuration for Gluon v2018.1+ -- -- Take a look at the documentation located at -- http://gluon.readthedocs.org/ for details.