mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Use stock version of sphinx build.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
add_custom_command(OUTPUT html/index.html
|
||||
COMMAND doxygen
|
||||
COMMAND rm -rf html
|
||||
COMMAND ../sphinx/sphinx-build.py -b html . html
|
||||
COMMAND sphinx-build -b html . html
|
||||
DEPENDS ../format.h Doxyfile conf.py index.rst _templates/layout.html)
|
||||
add_custom_target(doc DEPENDS html/index.html)
|
||||
|
Reference in New Issue
Block a user