From f19d35c6eb564ea0430f3a9f48dbcbbcd7025e49 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Apr 2021 19:14:24 +0100 Subject: [PATCH] docs: Build not in spearate build/ subdir Signed-off-by: Ian Jackson --- Makefile | 4 ++-- docs/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7d47638a..d96131b2 100644 --- a/Makefile +++ b/Makefile @@ -220,8 +220,8 @@ stamp/cargo.deploy-build: $(call rsrcs,.) sphinx-doc: docs/html/index.html -docs/build/html/index.html: docs/conf.py $(wildcard docs/*.md docs/*.rst) - $(SPHINXBUILD) -M html docs docs/build $(SPHINXOPTS) +docs/html/index.html: docs/conf.py $(wildcard docs/*.md docs/*.rst) + $(SPHINXBUILD) -M html docs docs $(SPHINXOPTS) #---------- wasm ---------- diff --git a/docs/.gitignore b/docs/.gitignore index 378eac25..10971d67 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1 +1,2 @@ -build +doctrees +html -- 2.30.2