summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-06-20 00:35:58 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-22 23:07:16 +0000
commit677c1bd0559a4d96599348cae92750057f422942 (patch)
tree51d0b1519402ccc8b2482cbbba90f49e117b93d1 /docs/conf.py
parentb4335aaf0ed69596f4d8a192501fe1a4f1ebf494 (diff)
downloadmesa-677c1bd0559a4d96599348cae92750057f422942.tar.gz
docs: cat maintainer keys to a single file
The original issue asked for all the keys in a single file, but I didn't do that because it's much easier to manage and verify the keys as separate files, but sphinx doesn't provide a way to expose a folder so we'd need to create an index.html and have it list all the keys manually, which is very error prone. At this point, we might as well just concatenate the keys and expose a single file, so let's do that. Signed-off-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5568>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e127c9e4174..fe14ba731f0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -114,7 +114,7 @@ html_static_path = []
html_extra_path = [
'_extra/',
- 'release-maintainers-keys/',
+ 'release-maintainers-keys.asc',
'features.txt',
'libGL.txt',
'README.UVD',