Module: Mesa Branch: master Commit: d03a9fa50c60b1bdbd905c577d0209d72fcdb017 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d03a9fa50c60b1bdbd905c577d0209d72fcdb017
Author: Erik Faye-Lund <[email protected]> Date: Tue Mar 30 12:42:13 2021 +0200 docs: do not try to copy missing file This file was removed, but the inclusion in the docs build was missed. Fixes: 6e6cd7d93cc ("scons: Remove.") Acked-by: Daniel Stone <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9913> --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 89e99713ccd..01ab66e8007 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -132,7 +132,6 @@ html_extra_path = [ 'libGL.txt', 'README.UVD', 'README.VCE', - 'README.WIN32', ] html_redirects = [ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
