chiark / gitweb /
docs: sphnix build: Reorganise a bit
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Apr 2021 17:05:47 +0000 (18:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Apr 2021 19:34:21 +0000 (20:34 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
docs/Makefile
docs/conf.py [moved from docs/source/conf.py with 100% similarity]
docs/index.rst [moved from docs/source/index.rst with 100% similarity]

index 69fe55ecfa9aade66e1412aef0ee7d04a9bcde86..35e7246ed1a73eeec45681407abf8e9095ade120 100644 (file)
@@ -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)
+
similarity index 100%
rename from docs/source/conf.py
rename to docs/conf.py
similarity index 100%
rename from docs/source/index.rst
rename to docs/index.rst