From c834b2d22f5c21b7ab7fca3324f80e3439f1cfb1 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Wed, 19 Feb 2020 16:34:59 -0600 Subject: [PATCH] [#59] Publish documentation output to html dir OpenDev publishes Ansible roles that enable documentation previews. These roles expect an html or pdf directory in the Sphinx build dir. This change updates the documentation output directory to the doc/build/html so documentation previews are available on each PS. Related #59 Change-Id: I0853f603b6bc147e7fc33834b5d195c16f71d5ab Signed-off-by: Drew Walters --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e80395763..58203a326 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ USE_PROXY ?= false PYTHON_EXECUTABLE := python3 SPHINXBUILD ?= sphinx-build SOURCEDIR = docs/source -BUILDDIR = docs/build +BUILDDIR = docs/build/html REQUIREMENTSTXT := docs/requirements.txt # Godoc server options