From 660938fe4d6cbd15e977e18d0a0aea02f860b764 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 May 2014 07:32:28 -0700 Subject: [PATCH] Add sphinx and breathe at top level. --- .gitmodules | 6 ++++++ breathe | 1 + doc/CMakeLists.txt | 2 +- sphinx | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) create mode 160000 breathe create mode 160000 sphinx diff --git a/.gitmodules b/.gitmodules index 55a8a94f..81924eaa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "format-benchmark"] path = format-benchmark url = git://github.com/vitaut/format-benchmark.git +[submodule "sphinx"] + path = sphinx + url = git://github.com/cppformat/sphinx.git +[submodule "breathe"] + path = breathe + url = git://github.com/cppformat/breathe.git diff --git a/breathe b/breathe new file mode 160000 index 00000000..0c5d234a --- /dev/null +++ b/breathe @@ -0,0 +1 @@ +Subproject commit 0c5d234a8828336736cd85374a4f0d9f19bd7a0e diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index c94b1079..a2635303 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,6 +1,6 @@ add_custom_command(OUTPUT html/index.html COMMAND doxygen COMMAND rm -rf html - COMMAND sphinx-build -b html . html + COMMAND ../sphinx/sphinx-build.py -b html . html DEPENDS Doxyfile conf.py index.rst _templates/layout.html) add_custom_target(doc DEPENDS html/index.html) diff --git a/sphinx b/sphinx new file mode 160000 index 00000000..aab44c9f --- /dev/null +++ b/sphinx @@ -0,0 +1 @@ +Subproject commit aab44c9f1f42d93ab7cb38e1a31b3ea5b42dd274