01a1742476
1. Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name suggests, keeps the build running when it encounters non-fatal errors. This is exceptionally useful in avoiding a continuous edit-build loop when undertaking large doc reworks where multiple errors may be introduced. 2. remove the unnecessary == 3. update the url to latest [1] sphinx-doc/sphinx@e3483e9 Change-Id: I337c1f756dde3ff6277b1e8d1ad1e3eff49a7e47
18 lines
659 B
ReStructuredText
18 lines
659 B
ReStructuredText
If you would like to contribute to the development of OpenStack, you must
|
|
follow the steps in this page:
|
|
|
|
https://docs.openstack.org/infra/manual/developers.html
|
|
|
|
If you already have a good understanding of how the system works and your
|
|
OpenStack accounts are set up, you can skip to the development workflow
|
|
section of this documentation to learn how changes to OpenStack should be
|
|
submitted for review via the Gerrit tool:
|
|
|
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
|
|
Pull requests submitted through GitHub will be ignored.
|
|
|
|
Bugs should be filed on Storyboard, not GitHub:
|
|
|
|
https://storyboard.openstack.org/#!/project/1037
|