Skip to content

Commit

Permalink
docs: fix docs to use ibis.__version__
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 12, 2022
1 parent f3d267b commit 58ea3c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 58ea3c4

Please sign in to comment.