doc: Add installation guide to sphinx target
This commit is contained in:
@@ -1167,6 +1167,7 @@ macro(process_options)
|
||||
add_custom_target(sphinx_models COMMAND ${sphinx_missing_msg})
|
||||
add_custom_target(sphinx_tutorial COMMAND ${sphinx_missing_msg})
|
||||
add_custom_target(sphinx_contributing COMMAND ${sphinx_missing_msg})
|
||||
add_custom_target(sphinx_installation COMMAND ${sphinx_missing_msg})
|
||||
else()
|
||||
add_custom_target(sphinx COMMENT "Building sphinx documents")
|
||||
mark_as_advanced(MAKE)
|
||||
@@ -1214,6 +1215,7 @@ macro(process_options)
|
||||
sphinx_target(models)
|
||||
sphinx_target(tutorial)
|
||||
sphinx_target(contributing)
|
||||
sphinx_target(installation)
|
||||
endif()
|
||||
# end of checking for documentation dependencies and creating targets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user