Browse Source

trying to add readthedocs support

digital 7 years ago
parent
commit
ae231a2119
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/html/.buildinfo
  2. 1 1
      setup.py

+ 1 - 1
docs/html/.buildinfo

@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: a207f7a9b1833c004eee89b4121b0e7f
+config: 7776aca982a58dabca70d650ce8907c7
 tags: 645f666f9bcd5a90fca523b33c5a78b7

+ 1 - 1
setup.py

@@ -23,7 +23,7 @@ let's try to add support for readthedocs
 import sys,os
 
 if sys.argv[1] == "install":
-    os.system("(cd sphinx;make html)")
+    os.system("(make html)")