diff --git a/doc/conf.py b/doc/conf.py index adb0b8725..c45a689de 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -17,13 +17,13 @@ import sys from datetime import datetime -from rsmtool.version import __version__ as version - # 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. sys.path.insert(0, os.path.abspath('..')) +from rsmtool.version import __version__ as version # isort:skip + # -- General configuration ------------------------------------------------