summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-10 20:15:08 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:01 +0000
commit17aefa73a10abc3221461e801150b5523a810663 (patch)
treef5608282a1474a924c4248951e8df2b7463fc23a /docs/conf.py
parent21adb67048de1a62775f3859252746268d7c7cd8 (diff)
downloadmesa-17aefa73a10abc3221461e801150b5523a810663.tar.gz
docs: do not copy source-files to site
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>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e9d84b265c0..3ca6352ee91 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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".