Skip to content

Commit 6f4847e

Browse files
committed
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 <[email protected]>
1 parent 88327c5 commit 6f4847e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
# If true, the index is split into individual pages for each letter.
162162
#html_split_index = False
163163

164+
# If True, the reStructuredText sources are included in the HTML build as _sources/docname.
165+
html_copy_source = False
166+
164167
# If true, links to the reST sources are added to the pages.
165168
html_show_sourcelink = False
166169

0 commit comments

Comments
 (0)