Browse Source

trying to add readthedocs support

digital 7 years ago
parent
commit
fa08c69bb0
2 changed files with 4 additions and 5 deletions
  1. 4 5
      Makefile
  2. 0 0
      sphinx/conf.py

+ 4 - 5
Makefile

@@ -2,13 +2,12 @@
 #
 
 # You can set these variables from the command line.
-PROJECT_ROOT  = ./
-SPHINXOPTS    = -c $(PROJECT_ROOT)sphinx/
-SPHINXOPTS    =
+SPHINXOPTS    = -c sphinx/
+# SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 SPHINXPROJ    = BeeWatch
-SOURCEDIR     = $(PROJECT_ROOT)
-BUILDDIR      = $(PROJECT_ROOT)docs
+SOURCEDIR     = .
+BUILDDIR      = docs
 
 # Put it first so that "make" without argument is like "make help".
 help:

+ 0 - 0
conf.py → sphinx/conf.py