diff options
author | Jack Lloyd <[email protected]> | 2017-09-28 12:26:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-28 12:26:25 -0400 |
commit | a5449f0bc63c96ab6d3c7692bd49a685d2cc36f4 (patch) | |
tree | eae595820fbc48d6b4370b34c05ae523feacfe55 /src/configs | |
parent | d848d6ffbaf715c752da93312f2fce395ffc03b3 (diff) |
Rewrite website generator script in Python
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |