Explorar el Código

Tweaks for RTD.

Stefano Cossu hace 5 años
padre
commit
e785448d1a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 ------------------------------------------------