diff --git a/documentation/Makefile b/documentation/Makefile index d0c3cbf..6f6062a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -5,7 +5,7 @@ # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build -SOURCEDIR = source +SOURCEDIR = ./ BUILDDIR = build # Put it first so that "make" without argument is like "make help". diff --git a/documentation/source/index.rst b/documentation/index.rst similarity index 100% rename from documentation/source/index.rst rename to documentation/index.rst diff --git a/documentation/make.bat b/documentation/make.bat index 9534b01..390a749 100644 --- a/documentation/make.bat +++ b/documentation/make.bat @@ -7,7 +7,7 @@ REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) -set SOURCEDIR=source +set SOURCEDIR=./ set BUILDDIR=build if "%1" == "" goto help