Browse Source

Tweaks for RTD.

Stefano Cossu 5 năm trước cách đây
mục cha
commit
e785448d1a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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 ------------------------------------------------