ソースを参照

trying to make this rtd compatible

digital 7 年 前
コミット
4fea8dcf1d
2 ファイル変更1 行追加1 行削除
  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