docs: do not copy source-files to site
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 10 Jun 2019 18:15:08 +0000 (20:15 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:01 +0000 (10:42 +0000)
These docs have publically available sources in the first place, there's
no point in including a copy of them here as well.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>

docs/conf.py

index e9d84b265c059e99b8891e09b488887384eaf13f..3ca6352ee917e6ca0a5a4a827ad92166ae2f938a 100644 (file)
@@ -103,6 +103,8 @@ 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".