
The code to generate a support matrix has been pulled into a common library. Using this instead of duplicating code in various projects that need it. Change-Id: Ib15c086ceb84029e96be0fc60bd64f2a7a3e41aa Co-Authored-By: Stephen Finucane <stephenfin@redhat.com>
Building Docs
Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:
$ tox -e docs
The documentation will be built at doc/build/
.