Skip to content

Commit

Permalink
Merge pull request #376 from EducationalTestingService/fix-broken-rtd…
Browse files Browse the repository at this point in the history
…-import

Prevent resorting of import that would break RTD builds.
  • Loading branch information
desilinguist committed Feb 21, 2020
2 parents 11326bb + 8b40cc7 commit f13b858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -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 ------------------------------------------------

Expand Down

0 comments on commit f13b858

Please sign in to comment.