From 2e41cee225240423aa043e05d5cadfee82c4d555 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Wed, 12 Nov 2014 13:52:35 -0800 Subject: [PATCH] Fixing a couple user-guide doc issues --- docs/conf.py | 3 ++- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7705e76479..7ec29bf1ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,8 @@ # built documents. # # The short X.Y version. -version = subprocess.check_output('git describe --abbrev=0 --tags', shell=True).strip() +git_verson = subprocess.check_output('git describe --abbrev=0 --tags', shell=True).strip() +version = os.getenv('VERSION', git_verson) # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/index.rst b/docs/index.rst index 415dfb7351..ddfa27e985 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ AWS SDK for PHP service-codedeploy service-cognitoidentity service-cognitosync - service-config + service-configservice service-datapipeline service-directconnect service-dynamodb