[#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 <andrew.walters@att.com>
This commit is contained in:
Drew Walters 2020-02-19 16:34:59 -06:00
parent 3a5f25c22e
commit c834b2d22f

View File

@ -37,7 +37,7 @@ USE_PROXY ?= false
PYTHON_EXECUTABLE := python3 PYTHON_EXECUTABLE := python3
SPHINXBUILD ?= sphinx-build SPHINXBUILD ?= sphinx-build
SOURCEDIR = docs/source SOURCEDIR = docs/source
BUILDDIR = docs/build BUILDDIR = docs/build/html
REQUIREMENTSTXT := docs/requirements.txt REQUIREMENTSTXT := docs/requirements.txt
# Godoc server options # Godoc server options