From defe67caf2b45b18abe7e58bdf56087cbae81470 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 27 Mar 2019 10:55:12 -0700 Subject: [PATCH] Generate sphinx docs with secure content. (#18508) Summary: There are a number of pages in the docs that serve insecure content. AFAICT this is the sole source of that. I wasn't sure if docs get regenerated for old versions as part of the automation, or if those would need to be manually done. cf. https://github.com/pytorch/pytorch.github.io/pull/177 Pull Request resolved: https://github.com/pytorch/pytorch/pull/18508 Differential Revision: D14645665 Pulled By: zpao fbshipit-source-id: 003563b06048485d4f539feb1675fc80bab47c1b --- docs/source/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index 4014e22..3aec4f9 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -35,5 +35,5 @@ gtag('config', 'UA-117752657-2'); - + {% endblock %} -- 2.7.4