diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f59be1495ed..d1de2f650b0b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,6 +14,8 @@ import glob import os +import ibis + # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -65,7 +67,7 @@ # built documents. # # The short X.Y version. -version = '2.0.0' +version = ibis.__version__ # The full version, including alpha/beta/rc tags. release = version