From 8bb62acbc1458866dd56839deeab021b06461203 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Tue, 19 Nov 2024 01:56:56 -0600 Subject: [PATCH] fix(conf): remove unnecessary source files No need to create these artifacts. We don't do anything with them and the repo source is publicly available anyway. Signed-off-by: Randolph Sapp --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index 468eaf999..889e2a489 100644 --- a/conf.py +++ b/conf.py @@ -163,6 +163,9 @@ # If true, the index is split into individual pages for each letter. #html_split_index = False +# If True, the reStructuredText sources are included in the HTML build as _sources/docname. +html_copy_source = False + # If true, links to the reST sources are added to the pages. html_show_sourcelink = False