Skip to content

Commit c82d7c3

Browse files
committed
Don't copy source md/rst files when building html
# Conflicts: # conf.py
1 parent 0cf5e52 commit c82d7c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ def tagged_commit():
288288
# so a file named "default.css" will overwrite the builtin "default.css".
289289
html_static_path = ["_static"]
290290

291+
html_copy_source = False
292+
291293
# Custom sidebar templates, maps document names to template names.
292294
# html_sidebars = {'**': ['searchbox.html', 'globaltoc.html']}
293295

0 commit comments

Comments
 (0)