Browse Source

set abspath first

Jérôme BUISINE 4 years ago
parent
commit
b34bf8e8bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/conf.py

+ 1 - 1
docs/source/conf.py

@@ -15,9 +15,9 @@
 import os
 import sys
 import asteroid_sphinx_theme
-import macop
 
 sys.path.insert(0, os.path.abspath('../../../macop'))
+import macop
 
 # -- Project information -----------------------------------------------------