From ef5621b38a876e08276e67ea2cb4de3145ce70f1 Mon Sep 17 00:00:00 2001 From: QuanyiLi Date: Tue, 8 Aug 2023 18:16:31 +0100 Subject: [PATCH] readthedocs --- documentation/Makefile | 2 +- documentation/{source => }/index.rst | 0 documentation/make.bat | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename documentation/{source => }/index.rst (100%) 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