Skip to content

Commit

Permalink
Use stock version of sphinx build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jul 27, 2014
1 parent 82652f4 commit 4c563de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4c563de

Please sign in to comment.