Skip to content

Commit 8bb62ac

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 c8478a8 commit 8bb62ac

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
@@ -163,6 +163,9 @@
163163
# If true, the index is split into individual pages for each letter.
164164
#html_split_index = False
165165

166+
# If True, the reStructuredText sources are included in the HTML build as _sources/docname.
167+
html_copy_source = False
168+
166169
# If true, links to the reST sources are added to the pages.
167170
html_show_sourcelink = False
168171

0 commit comments

Comments
 (0)