Merge pull request #409 from ucb-bar/sagark-patch-3

Don't hardcode version in docs conf.py, let readthedocs fill it in
This commit is contained in:
Sagar Karandikar
2020-01-26 09:53:49 -08:00
committed by GitHub

View File

@@ -61,9 +61,9 @@ author = u'Berkeley Architecture Research'
# built documents.
#
# The short X.Y version.
version = u'0.1'
version = u''
# The full version, including alpha/beta/rc tags.
release = u'0.1'
release = u''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.