From 18775982d3de1b08d6fb3a591802e0711c86dc8d Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Sun, 26 Jan 2020 09:44:44 -0800 Subject: [PATCH] Don't hardcode version in docs conf.py, let readthedocs fill it in --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fd6139fe..f4a3272b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.