From a5449f0bc63c96ab6d3c7692bd49a685d2cc36f4 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 28 Sep 2017 12:26:25 -0400 Subject: Rewrite website generator script in Python --- src/configs/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configs') diff --git a/src/configs/sphinx/conf.py b/src/configs/sphinx/conf.py index 05888e064..ffd2ecd39 100644 --- a/src/configs/sphinx/conf.py +++ b/src/configs/sphinx/conf.py @@ -173,7 +173,7 @@ html_last_updated_fmt = '%Y-%m-%d' #html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. html_show_sphinx = False -- cgit v1.2.3