Skip to content

Commit

Permalink
doc: fix search JS
Browse files Browse the repository at this point in the history
The search JS was failing due to a '\n' being in the version
  • Loading branch information
steveschnepp committed Jan 15, 2015
1 parent 2b8cf7d commit 9f0a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = os.popen('../getversion').read()
release = os.popen('../getversion').read().strip()

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9f0a705

Please sign in to comment.