Skip to content

Commit

Permalink
Sphinx: ignore venv and .gitlab directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Feb 20, 2025
1 parent b79f722 commit acfd3f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Utilities/Sphinx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ add_custom_target(ParaViewPythonDoc
"${CMAKE_CURRENT_SOURCE_DIR}/sphinx_apidoc.py"
-o "${CMAKE_CURRENT_BINARY_DIR}/config"
"${ParaView_BINARY_DIR}/${PARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX}/paraview"
# CI utilities end up living here.
".gitlab"
# CI venv
"venv"
COMMAND "$<TARGET_FILE:pvpython>"
${nompi_flags}
-m sphinx
Expand Down

0 comments on commit acfd3f7

Please sign in to comment.