Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2025
1 parent 8886f08 commit 51eca5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

FetchContent_Declare(
mcss
URL https://github.com/parker-research/m.css/archive/refs/heads/mike-re-add-python.zip # FIXME: Update.
URL https://github.com/parker-research/m.css/archive/refs/heads/mike-re-add-python.zip # FIXME:
# Update.
URL_HASH MD5=2380ae79a15bf624d8667b50ef6c936b
SOURCE_DIR "${PROJECT_BINARY_DIR}/mcss"
UPDATE_DISCONNECTED YES)
Expand Down Expand Up @@ -80,7 +81,8 @@ add_custom_command(
COMMAND ${PYTHON_VENV_DIR}/bin/python -m pip install --upgrade pip
COMMAND ${PYTHON_VENV_DIR}/bin/python -m pip install jinja2 pygments docutils
COMMAND ${PYTHON_VENV_DIR}/bin/python -m pip install .
COMMAND ${PYTHON_VENV_DIR}/bin/python ${MCSS_PYTHONPY_PATH} ${PROJECT_SOURCE_DIR}/pyslang/docs/conf.py
COMMAND ${PYTHON_VENV_DIR}/bin/python ${MCSS_PYTHONPY_PATH}
${PROJECT_SOURCE_DIR}/pyslang/docs/conf.py
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
DEPENDS ${PROJECT_SOURCE_DIR}/pyslang/docs/conf.py
COMMENT "Generating Python docs in virtual environment"
Expand Down

0 comments on commit 51eca5b

Please sign in to comment.