Skip to content

Commit

Permalink
4 eme fix for readthedoc for Single-sourcing the package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 17, 2019
1 parent c8177e7 commit f91ce39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import sys

sys.path.insert(0, os.path.abspath('.'))
sys.path.append(os.path.abspath('..'))

from docs import version
sys.path.append(os.path.abspath('..')) # add fot next line
from docs import version # noqa: E402 pylint: disable=unidiomatic-typecheck
sys.path.pop() # remove it now because it kill sphinx on readthedoc !!!


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit f91ce39

Please sign in to comment.