specs/Makefile
Scott Hussey 85a38d98ea (zuul) Add doc build and publish jobs
Add jobs to check that documents build on
check and gate and add a webhook for publishing
to readthedocs.io on post.

Change-Id: Ie6221222ca7be56598c7c7189c9a32817e2c0f85
2018-07-30 15:17:03 -05:00

16 lines
303 B
Makefile

# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
# TODO: Incorporate these vars into tox file
SPHINXOPTS = -a -E -W
SPHINXBUILD = sphinx-build
SPHINXPROJ = airship-specs
SOURCEDIR = doc/source
BUILDDIR = doc/build
docs:
tox
%: docs