diff --git a/docs/Makefile b/docs/Makefile index d4bb2cb..d0c3cbf 100644 --- a/docs/Makefile +++ b/docs/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/docs/make.bat b/docs/make.bat index 2119f51..6247f7e 100644 --- a/docs/make.bat +++ b/docs/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 if "%1" == "" goto help diff --git a/docs/conf.py b/docs/source/conf.py similarity index 97% rename from docs/conf.py rename to docs/source/conf.py index d79a150..214287e 100644 --- a/docs/conf.py +++ b/docs/source/conf.py @@ -39,7 +39,7 @@ templates_path = ['_templates'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = [] # -- Options for HTML output ------------------------------------------------- diff --git a/docs/index.rst b/docs/source/index.rst similarity index 88% rename from docs/index.rst rename to docs/source/index.rst index bd6b02b..dfff865 100644 --- a/docs/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ .. SkoolOS documentation master file, created by - sphinx-quickstart on Tue Jun 16 11:01:18 2020. + sphinx-quickstart on Tue Jun 16 11:22:02 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive.