diff --git a/documentation/readthedocs/Makefile b/documentation/Makefile similarity index 92% rename from documentation/readthedocs/Makefile rename to documentation/Makefile index d4bb2cb..d0c3cbf 100644 --- a/documentation/readthedocs/Makefile +++ b/documentation/Makefile @@ -5,8 +5,8 @@ # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build -SOURCEDIR = . -BUILDDIR = _build +SOURCEDIR = source +BUILDDIR = build # Put it first so that "make" without argument is like "make help". help: diff --git a/documentation/readthedocs/make.bat b/documentation/make.bat similarity index 90% rename from documentation/readthedocs/make.bat rename to documentation/make.bat index 32bb245..747ffb7 100644 --- a/documentation/readthedocs/make.bat +++ b/documentation/make.bat @@ -7,8 +7,8 @@ REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) -set SOURCEDIR=. -set BUILDDIR=_build +set SOURCEDIR=source +set BUILDDIR=build %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( diff --git a/documentation/readthedocs/conf.py b/documentation/source/conf.py similarity index 94% rename from documentation/readthedocs/conf.py rename to documentation/source/conf.py index d694040..b936afd 100644 --- a/documentation/readthedocs/conf.py +++ b/documentation/source/conf.py @@ -16,7 +16,7 @@ author = 'Ithamar' extensions = [] templates_path = ['_templates'] -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = [] diff --git a/documentation/readthedocs/index.rst b/documentation/source/index.rst similarity index 88% rename from documentation/readthedocs/index.rst rename to documentation/source/index.rst index 7ad6af6..30b816c 100644 --- a/documentation/readthedocs/index.rst +++ b/documentation/source/index.rst @@ -1,5 +1,5 @@ .. Ithamar's AD documentation master file, created by - sphinx-quickstart on Sat Nov 19 20:17:07 2022. + sphinx-quickstart on Sat Nov 19 21:09:44 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive.