Skip to content

Commit

Permalink
Fixing a couple user-guide doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Nov 12, 2014
1 parent bbc37ce commit 2e41cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -35,7 +35,7 @@ AWS SDK for PHP
service-codedeploy
service-cognitoidentity
service-cognitosync
service-config
service-configservice
service-datapipeline
service-directconnect
service-dynamodb
Expand Down

0 comments on commit 2e41cee

Please sign in to comment.