diff options
author | Eric Engestrom <[email protected]> | 2019-11-22 14:10:50 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-18 03:13:47 +0000 |
commit | c75e46f6d601a6619a10934d0266f16580557e88 (patch) | |
tree | 8522658205a20fc39751118a1555fde9acb3f0e3 /docs/conf.py | |
parent | 1d54fb5b2b548e8e8adbba4d79deae036e987eae (diff) |
docs: publish our release maintainers' keys
They should be published to various key servers as well, but this
provides the authoritative source for their list.
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2140
Signed-off-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2857>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 2c7f9c385e4..65bd4c983fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,6 +114,7 @@ html_static_path = [] html_extra_path = [ '_extra/', + 'release-maintainers-keys/', 'features.txt', 'libGL.txt', 'README.UVD', |