85a38d98ea
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
16 lines
303 B
Makefile
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
|