Skip to content

Commit 3e8ccda

Browse files
committed
fix xrspatial import on sphinx conf
1 parent e55561e commit 3e8ccda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#
1515
import os
1616
import sys
17-
import xrspatial
18-
1917
sys.path.insert(0, os.path.abspath('../..'))
2018

2119
# -- Project information -----------------------------------------------------
@@ -24,6 +22,7 @@
2422
copyright = u'2020, Brendan Collins'
2523
author = u'Brendan Collins'
2624

25+
import xrspatial
2726
version = release = xrspatial.__version__
2827

2928
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)