diff --git a/docs/conf.py b/docs/conf.py index 1732e71c..3a46f5a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,11 +22,12 @@ copyright = '2019, Ladybug Tools' author = 'Ladybug Tools' +# The short X.Y version +version = '' + # The full version, including alpha/beta/rc tags release = version -# for example take major/minor -version = '' # -- General configuration ---------------------------------------------------