mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 18:42:44 +08:00
cmake: Stop copying css files
custom no longer exists and pygments is just with the theme
This commit is contained in:
parent
54ff7b29a9
commit
a36dbad3b8
|
@ -17,8 +17,6 @@ set(SPHINX_MANPAGE_DIR "${SPHINX_ROOT_DIR}/man")
|
||||||
# Prepend the output dir of fish_indent to PATH.
|
# Prepend the output dir of fish_indent to PATH.
|
||||||
add_custom_target(sphinx-docs
|
add_custom_target(sphinx-docs
|
||||||
mkdir -p ${SPHINX_HTML_DIR}/_static/
|
mkdir -p ${SPHINX_HTML_DIR}/_static/
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${SPHINX_SRC_DIR}/_static/pygments.css ${SPHINX_HTML_DIR}/_static/
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${SPHINX_SRC_DIR}/_static/custom.css ${SPHINX_HTML_DIR}/_static/
|
|
||||||
COMMAND env PATH="$<TARGET_FILE_DIR:fish_indent>:$$PATH"
|
COMMAND env PATH="$<TARGET_FILE_DIR:fish_indent>:$$PATH"
|
||||||
${SPHINX_EXECUTABLE}
|
${SPHINX_EXECUTABLE}
|
||||||
-q -b html
|
-q -b html
|
||||||
|
|
Loading…
Reference in New Issue
Block a user