From 831cfcfb3dc30ce3a3c8e7251a099ee09c02f34f Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 19 Jan 2017 16:16:04 -0500 Subject: API: Do not show "Created using Sphinx" in the footer I talked to Campbell and he said there is no need for this --- doc/python_api/sphinx_doc_gen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 3cb98c677c1..e8154f9ea66 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -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") -- cgit v1.2.3