Specs for the Airship projects
Go to file
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
doc (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
gate/playbooks (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
specs Add instructions for how to use the specs project 2018-07-27 11:39:32 -05:00
.gitignore (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
.gitreview Added .gitreview 2018-07-17 14:35:38 +00:00
.zuul.yaml (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
Makefile (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
README.rst Add instructions for how to use the specs project 2018-07-27 11:39:32 -05:00
tox.ini (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00

README.rst

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.