From 1ffb5c4512f82f254d1d71fe3d52c9125078da6e Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Fri, 21 Dec 2018 15:18:17 -0800 Subject: [PATCH] Add Pytorch Sphinx theme as proper submodule Let's see if this allows Netlify to build without breaking our build --- .gitmodules | 3 +++ src/pytorch-sphinx-theme | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..3a3c564c8fa --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/pytorch-sphinx-theme"] + path = src/pytorch-sphinx-theme + url = https://github.com/pytorch/pytorch_sphinx_theme diff --git a/src/pytorch-sphinx-theme b/src/pytorch-sphinx-theme index 19dbba563ff..181ad8dfbee 160000 --- a/src/pytorch-sphinx-theme +++ b/src/pytorch-sphinx-theme @@ -1 +1 @@ -Subproject commit 19dbba563ffd86c4167b6e9ac571556521c25f13 +Subproject commit 181ad8dfbee4e7188ac52c1d0cb768720a2731c4