docs: bundle extra files
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Sat, 18 Apr 2020 09:44:57 +0000 (11:44 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:01 +0000 (10:42 +0000)
These are documents that are bundled in the root of the website, and
contains some useful, extra documentation. Let's include them.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>

docs/conf.py

index 26beed37168a428732d41e4641930cfebf1b3f22..d5e052114f8db478ee958d4f9846c4be1978b9b9 100644 (file)
@@ -112,6 +112,15 @@ html_copy_source = False
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = []
 
+html_extra_path = [
+  'features.txt',
+  'libGL.txt',
+  'README.UVD',
+  'README.VCE',
+  'README.WIN32',
+  'VERSIONS'
+]
+
 
 # -- Options for HTMLHelp output ------------------------------------------