We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55561e commit 3e8ccdaCopy full SHA for 3e8ccda
docs/source/conf.py
@@ -14,8 +14,6 @@
14
#
15
import os
16
import sys
17
-import xrspatial
18
-
19
sys.path.insert(0, os.path.abspath('../..'))
20
21
# -- Project information -----------------------------------------------------
@@ -24,6 +22,7 @@
24
22
copyright = u'2020, Brendan Collins'
25
23
author = u'Brendan Collins'
26
+import xrspatial
27
version = release = xrspatial.__version__
28
29
# -- General configuration ---------------------------------------------------
0 commit comments