Skip to content

Commit

Permalink
chore(docs): move m.css submodule
Browse files Browse the repository at this point in the history
Simplify its path from docs/css/m.css to docs/css
  • Loading branch information
RiscadoA committed Aug 23, 2023
1 parent 2396566 commit 2bb7b0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
path = core/lib/doctest
url = https://github.com/doctest/doctest
[submodule "docs/css/m.css"]
path = docs/css/m.css
path = docs/css
url = https://github.com/mosra/m.css
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configure_file(${CMAKE_CURRENT_LIST_DIR}/conf.py ${CMAKE_CURRENT_BINARY_DIR}/con
add_custom_target(
generate-docs
${CMAKE_COMMAND} -E make_directory "${DOXYGEN_OUTPUT_DIRECTORY}"
COMMAND "${Python_EXECUTABLE}" "${CMAKE_CURRENT_LIST_DIR}/css/m.css/documentation/doxygen.py" "${CMAKE_CURRENT_BINARY_DIR}/conf.py"
COMMAND "${Python_EXECUTABLE}" "${CMAKE_CURRENT_LIST_DIR}/css/documentation/doxygen.py" "${CMAKE_CURRENT_BINARY_DIR}/conf.py"
COMMAND echo "Docs written to: ${DOXYGEN_OUTPUT_DIRECTORY}"
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
)
Submodule css updated from 000000 to c34e86

0 comments on commit 2bb7b0d

Please sign in to comment.