From: Paul O’Shannessy Date: Wed, 27 Mar 2019 17:55:12 +0000 (-0700) Subject: Generate sphinx docs with secure content. (#18508) X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~598 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=defe67caf2b45b18abe7e58bdf56087cbae81470;p=platform%2Fupstream%2Fpytorch.git 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 --- 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 %}