From c241ca2e13cb7a611075a4d4ebaf261c582df0ce Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 12 Jan 2023 14:26:05 +0100 Subject: [PATCH] sync template --- templates/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/conf.py b/templates/conf.py index 55b6862f4..8ce7e2ddb 100644 --- a/templates/conf.py +++ b/templates/conf.py @@ -94,6 +94,9 @@ html_title = "{{ title }}" # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +# Do not include sources into the rendered results +html_copy_source = False + # -- Options for PDF output -------------------------------------------------- latex_documents = [ {%- if pdf_name is defined %}