From 0c13c4483ba9f20f965e4196f5caf14741d994a1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 May 2014 06:13:21 -0700 Subject: [PATCH] Add custom version of sphinx and move breathe to doc. --- .gitmodules | 7 +++++-- breathe | 1 - doc/sphinx | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 160000 breathe create mode 160000 doc/sphinx diff --git a/.gitmodules b/.gitmodules index 96b1eab7..f763b22c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [submodule "format-benchmark"] path = format-benchmark url = git://github.com/vitaut/format-benchmark.git -[submodule "breathe"] - path = breathe +[submodule "doc/breathe"] + path = doc/breathe url = git://github.com/vitaut/breathe.git +[submodule "doc/sphinx"] + path = doc/sphinx + url = git@github.com:cppformat/sphinx.git diff --git a/breathe b/breathe deleted file mode 160000 index 681c69c7..00000000 --- a/breathe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 681c69c79efbf426eecbf9f2ed9e2b95f7a97723 diff --git a/doc/sphinx b/doc/sphinx new file mode 160000 index 00000000..aab44c9f --- /dev/null +++ b/doc/sphinx @@ -0,0 +1 @@ +Subproject commit aab44c9f1f42d93ab7cb38e1a31b3ea5b42dd274