X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fconf.py;h=65bd4c983fd83519da418d4d49a1c50d51d62366;hb=c75e46f6d601a6619a10934d0266f16580557e88;hp=26beed37168a428732d41e4641930cfebf1b3f22;hpb=8342fe8302a4462266b1097df0c9823bb166dc41;p=mesa.git diff --git a/docs/conf.py b/docs/conf.py index 26beed37168..65bd4c983fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -112,6 +112,17 @@ html_copy_source = False # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = [] +html_extra_path = [ + '_extra/', + 'release-maintainers-keys/', + 'features.txt', + 'libGL.txt', + 'README.UVD', + 'README.VCE', + 'README.WIN32', + 'VERSIONS' +] + # -- Options for HTMLHelp output ------------------------------------------