Browse Source

Merge branch 'release'

Stefano Cossu 4 years ago
parent
commit
c137dbce8c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/conf.py

+ 3 - 1
docs/conf.py

@@ -22,7 +22,9 @@ import sys
 from os import path
 
 import lakesuperior
-import lakesuperior.env_setup
+
+from lakesuperior import env
+env.setup()
 
 
 # -- General configuration ------------------------------------------------