Add sphinx and breathe at top level.

This commit is contained in:
Victor Zverovich
2014-05-13 07:32:28 -07:00
parent b0728fed27
commit 660938fe4d
4 changed files with 9 additions and 1 deletions

6
.gitmodules vendored
View File

@ -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

1
breathe Submodule

Submodule breathe added at 0c5d234a88

View File

@ -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)

1
sphinx Submodule

Submodule sphinx added at aab44c9f1f