Explorar el Código

trying to make this rtd compatible

digital hace 7 años
padre
commit
4fea8dcf1d
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py
  2. 0 0
      sphinx/Makefile

+ 1 - 1
setup.py

@@ -20,7 +20,7 @@ import sys
 import os
 
 if sys.argv[1] == "install":
-    os.system("make html")
+    os.system("(cd sphinx;make html)")
 
 
 

+ 0 - 0
Makefile → sphinx/Makefile