Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#1646 from luotao1/compile
Browse files Browse the repository at this point in the history
update sphinx cmake
  • Loading branch information
luotao1 authored Mar 20, 2017
2 parents 4325a9a + e6a2daa commit a7730d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSphinx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function( Sphinx_add_target target_name builder conf cache source destination )
${source}
${destination}
COMMENT "Generating sphinx documentation: ${builder}"
COMMAND cd ${destination} && ln -s ./index_*.html index.html
COMMAND cd ${destination} && ln -sf ./index_*.html index.html
)

set_property(
Expand Down

0 comments on commit a7730d4

Please sign in to comment.