Browse Source

trying to make this rtd compatible

digital 7 years ago
parent
commit
4fea8dcf1d
2 changed files with 1 additions and 1 deletions
  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