loader/dri3: Use dri3_wait_for_event_locked in loader_dri3_wait_for_msc
[mesa.git] / docs / conf.py
index e9d84b265c059e99b8891e09b488887384eaf13f..fe14ba731f02fb9bcff6d095b0bee949e8f2bd1d 100644 (file)
@@ -95,6 +95,8 @@ highlight_language = "none"
 #
 html_theme = 'sphinx_rtd_theme'
 
+html_favicon = "favicon.ico"
+
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
@@ -103,11 +105,23 @@ html_theme_options = {
   'display_version': False,
 }
 
+html_copy_source = False
+
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = []
 
+html_extra_path = [
+  '_extra/',
+  'release-maintainers-keys.asc',
+  'features.txt',
+  'libGL.txt',
+  'README.UVD',
+  'README.VCE',
+  'README.WIN32',
+]
+
 
 # -- Options for HTMLHelp output ------------------------------------------