From dd3add1b197eef55b2890b91c7e947ce6c0498cb Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Sat, 18 Apr 2020 11:44:57 +0200 Subject: 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 Part-of: --- docs/conf.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 26beed37168..d5e052114f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ------------------------------------------ -- cgit v1.2.3