Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
this is now a release, so removed beta from docs conf.py release variable
  • Loading branch information
AndrewAnnex committed Mar 27, 2016
1 parent ce6b98f commit 7997fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.7.0 Beta'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -344,4 +344,4 @@ def __getattr__(cls, name):
#epub_show_urls = 'inline'

# If false, no index is generated.
#epub_use_index = True
#epub_use_index = True

0 comments on commit 7997fd2

Please sign in to comment.