Browse Source

trying to make this rtd compatible

digital 7 years ago
parent
commit
3826ab8073
1 changed files with 3 additions and 3 deletions
  1. 3 3
      sphinx/Makefile

+ 3 - 3
sphinx/Makefile

@@ -19,12 +19,12 @@
 # along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
 
 # You can set these variables from the command line.
-SPHINXOPTS    = -c sphinx/
+SPHINXOPTS    = -c ../sphinx/
 # SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 SPHINXPROJ    = BeeWatch
-SOURCEDIR     = .
-BUILDDIR      = docs
+SOURCEDIR     = ../
+BUILDDIR      = ../docs
 
 # Put it first so that "make" without argument is like "make help".
 help: