Stefano Cossu пре 5 година
родитељ
комит
e785448d1a
1 измењених фајлова са 3 додато и 1 уклоњено
  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 ------------------------------------------------