From 84affafe60f9c384b28fa84a33dceb8c0048a25b Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Thu, 25 Feb 2021 00:26:17 +1100 Subject: [PATCH] Restore full text preview to search page --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 3a2569b..1958cba 100644 --- a/conf.py +++ b/conf.py @@ -70,7 +70,7 @@ html_css_files = ['custom_html.css'] # custom.css automatically included by alab html_extra_path = ['epub-cover.xhtml', 'epub-copyright.xhtml'] -html_copy_source = False +html_show_sourcelink = False # -- Options for LaTeX output ------------------------------------------------