From 1257480c2d4e33242850b3abd132c353b956cb4e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Apr 2021 18:05:47 +0100 Subject: [PATCH] docs: sphnix build: Reorganise a bit Signed-off-by: Ian Jackson --- docs/Makefile | 5 +++-- docs/{source => }/conf.py | 0 docs/{source => }/index.rst | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename docs/{source => }/conf.py (100%) rename docs/{source => }/index.rst (100%) diff --git a/docs/Makefile b/docs/Makefile index 69fe55ec..35e7246e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build -SOURCEDIR = source +SOURCEDIR = . BUILDDIR = build # Put it first so that "make" without argument is like "make help". @@ -16,4 +16,5 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file + $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + diff --git a/docs/source/conf.py b/docs/conf.py similarity index 100% rename from docs/source/conf.py rename to docs/conf.py diff --git a/docs/source/index.rst b/docs/index.rst similarity index 100% rename from docs/source/index.rst rename to docs/index.rst -- 2.30.2