a821aeff00
This PS adds tooling and automation to automatically generate Berth's documentation into feature-rich HTML pages that can be hosted. To run the documentation job, simply execute: tox -e docs Future docs should be written using the style described at http://www.sphinx-doc.org/en/stable/markup/code.html and located in berth/docs/source This PS also adds basic building blocks required by most any Python project: * test-requirements.txt * requirements.txt * setup.cfg * setup.py * added more filters to .gitignore Change-Id: I792b0244ce9909d70283730a29545304311c6dbc
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme==0.2.4
|