Extract JIRA issues 54/93254/24
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Oct 2020 11:23:21 +0000 (13:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Sep 2021 11:59:20 +0000 (13:59 +0200)
commitb48ec16bfdafddae3b154a4b295cde63ba8d4b73
tree98c9b6947ca9cb9e5483c7dd1c5aa3b37750bf6f
parent0c1a5faf9c191ce91b38077b42a1cf13b2b75b78
Extract JIRA issues

We want to capture a table of JIRA issues for a number of MRI project
versions.

Nothing in upstream fits the bill, so we introduce our own Sphinx
extension, which uses the jira module to extract information from JIRA
and embed it into our RTD site.

Since there is no spell checker running on JIRA, we exclude files in
release-notes/projects/ from the Sphinx spell checker.

Change-Id: I5b0ac293dca2442776753078dbd1c79a52684677
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/conf.py
docs/ext/README.md [new file with mode: 0644]
docs/ext/odl-jira.py [new file with mode: 0644]
docs/release-notes/projects/controller.rst
docs/requirements.txt