[docs] Add restbuilder builder for single page .rst builds (#53)
This commit is contained in:
@@ -18,3 +18,10 @@ add_custom_target(markdown
|
||||
COMMENT "Building Markdown documentation"
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
# Build reStructuredText documentation
|
||||
add_custom_target(rst
|
||||
COMMAND ${SPHINX_EXECUTABLE} -b rst ${SPHINX_SOURCE} ${SPHINX_BUILD}
|
||||
COMMENT "Building reStructuredText documentation"
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user