Specs for the Airship projects
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 |
||
---|---|---|
doc | ||
gate/playbooks | ||
specs | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
Makefile | ||
README.rst | ||
tox.ini |
Building Airship Specs Documentation
Using the equivalent of pip install sphinx, install the sphinx-build command if it is not already installed.
From the root of this project, issue the command make html. Sphinx will render the output into doc/build/html. Open doc/build/html/index.html using your browser.