Skip to content

Commit

Permalink
Fix a Sphinx error on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jul 2, 2014
1 parent 871ebd2 commit 599b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -138,7 +138,7 @@ def latest_release_tag():
if release_tags:
return release_tags[-1]
else:
return ''
return 'COULD NOT DETECT VERSION NUMBER'


def latest_release_version():
Expand Down

0 comments on commit 599b654

Please sign in to comment.