Skip to content
Snippets Groups Projects
Commit dd4ea46e authored by marco's avatar marco
Browse files

apparently cmake doesn't like sphinx

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1928 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f6ade11a
No related branches found
No related tags found
No related merge requests found
...@@ -242,8 +242,8 @@ message(STATUS ...@@ -242,8 +242,8 @@ message(STATUS
" Compound Lib (-DCOMPOUND_LIB) : ${_COMP_LIB}") " Compound Lib (-DCOMPOUND_LIB) : ${_COMP_LIB}")
# doc target to create HTML documentation # doc target to create HTML documentation
set(SPHINX sphinx-build) #set(SPHINX sphinx-build)
set(SPHINX_OPTIONS -c doc/conf -b html -d doc/html/doctrees) #set(SPHINX_OPTIONS -c doc/conf -b html -d doc/html/doctrees)
add_custom_target(doc COMMAND #add_custom_target(doc COMMAND
${SPHINX} ${SPHINX_OPTIONS} modules doc/html # ${SPHINX} ${SPHINX_OPTIONS} modules doc/html
VERBATIM) # VERBATIM)
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment