Skip to content

Commit

Permalink
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 162a96b commit f86e3a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
import os
import sys

from docs import version

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

from docs import version


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

0 comments on commit f86e3a6

Please sign in to comment.