Selaa lähdekoodia

Tweaks for RTD.

Stefano Cossu 4 vuotta sitten
vanhempi
commit
e785448d1a
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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 ------------------------------------------------