mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
docs: bundle extra files
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>
This commit is contained in:
parent
62abe35e34
commit
dd3add1b19
1 changed files with 9 additions and 0 deletions
|
|
@ -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 ------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue