mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Add sphinx and breathe at top level.
This commit is contained in:
parent
b0728fed27
commit
660938fe4d
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,9 @@
|
|||||||
[submodule "format-benchmark"]
|
[submodule "format-benchmark"]
|
||||||
path = format-benchmark
|
path = format-benchmark
|
||||||
url = git://github.com/vitaut/format-benchmark.git
|
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
1
breathe
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0c5d234a8828336736cd85374a4f0d9f19bd7a0e
|
@ -1,6 +1,6 @@
|
|||||||
add_custom_command(OUTPUT html/index.html
|
add_custom_command(OUTPUT html/index.html
|
||||||
COMMAND doxygen
|
COMMAND doxygen
|
||||||
COMMAND rm -rf html
|
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)
|
DEPENDS Doxyfile conf.py index.rst _templates/layout.html)
|
||||||
add_custom_target(doc DEPENDS html/index.html)
|
add_custom_target(doc DEPENDS html/index.html)
|
||||||
|
1
sphinx
Submodule
1
sphinx
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit aab44c9f1f42d93ab7cb38e1a31b3ea5b42dd274
|
Loading…
Reference in New Issue
Block a user