Skip to content

Commit f6cbeb7

Browse files
committed
BUG: Add ipython to Python environment for documentation build
Addresses: /home/matt/bin/ITKSphinxExamples-build/ITKEx-build/src/Registration/Common/MutualInformation/MutualInformation.ipynb: WARNING: Pygments lexer name 'ipython3' is not known
1 parent 5018e60 commit f6cbeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Superbuild/External-Python.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ ExternalProject_Add(ITKPython
1717
DOWNLOAD_COMMAND ""
1818
CONFIGURE_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv}"
1919
BUILD_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --upgrade pip
20-
INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore-installed itk>=5.2.0.post2 sphinx==3.0.4 six black nbsphinx
20+
INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore-installed itk>=5.2.0.post2 sphinx==3.0.4 six black nbsphinx ipython
2121
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/ITKBlackConfig.cmake
2222
)

0 commit comments

Comments
 (0)