API: Do not show "Created using Sphinx" in the footer

I talked to Campbell and he said there is no need for this
This commit is contained in:
Aaron 2017-01-19 16:16:04 -05:00
parent c91bdaf55b
commit 831cfcfb3d

View File

@ -1655,6 +1655,7 @@ def write_sphinx_conf_py(basepath):
# not helpful since the source is generated, adds to upload size.
fw("html_copy_source = False\n")
fw("html_show_sphinx = False\n")
fw("html_split_index = True\n")
fw("\n")