docs: store the release-calendar information in csv (and fix tests)
Restructured text (and markdown) is painful to programatically manipulate, most python parsers are geared towards writing markdown and generating html. I'd like to move the calendar updates to being scripted, as such using csv to store them will be convenient. This also allows us to simplify our scripting that manipulates the table considerably. Acked-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8341>
This commit is contained in:
@@ -27,10 +27,8 @@ nominate a patch in the next stable release.
|
||||
Calendar
|
||||
--------
|
||||
|
||||
+--------+---------------+------------+-----------------+-----------------------------------------+
|
||||
| Branch | Expected date | Release | Release manager | Notes |
|
||||
+========+===============+============+=================+=========================================+
|
||||
| 20.3 | 2021-01-13 | 20.3.3 | Dylan Baker | |
|
||||
| +---------------+------------+-----------------+-----------------------------------------+
|
||||
| | 2021-01-27 | 20.3.4 | Dylan Baker | |
|
||||
+--------+---------------+------------+-----------------+-----------------------------------------+
|
||||
.. csv-table:: Calendar
|
||||
:header: "Branch", "Expected date", "Release", "Release manager", "Notes"
|
||||
:file: release-calendar.csv
|
||||
:stub-columns: 1
|
||||
:widths: auto
|
||||
|
Reference in New Issue
Block a user