Commit 4c563de7 authored by Victor Zverovich's avatar Victor Zverovich

Use stock version of sphinx build.

parent 82652f4e
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/sphinx-build.py -b html . html COMMAND sphinx-build -b html . html
DEPENDS ../format.h Doxyfile conf.py index.rst _templates/layout.html) DEPENDS ../format.h Doxyfile conf.py index.rst _templates/layout.html)
add_custom_target(doc DEPENDS html/index.html) add_custom_target(doc DEPENDS html/index.html)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment