File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ If building the documentation:
6868
6969- Python _ ( >= 3.7 )
7070- Sphinx _
71+ - Pandoc _
72+ - nbsphinx _
7173- gnuplot _
7274- dvipng _ ( for rendered equations )
7375
@@ -92,3 +94,5 @@ Run the bash script ``SetupForDevelopment.sh``::
9294.. _TeX Live : https://www.tug.org/texlive/
9395.. _MiKTeX : https://miktex.org/
9496.. _dvipng : https://sourceforge.net/projects/dvipng/
97+ .. _Pandoc : https://pandoc.org/
98+ .. _nbsphinx : https://nbsphinx.readthedocs.io/
Original file line number Diff line number Diff 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.2rc3 sphinx==3.0.4 six black
20+ INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore -installed itk>=5.2rc3 sphinx==3.0.4 six black nbsphinx
2121 COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /ITKBlackConfig.cmake
2222 )
You can’t perform that action at this time.
0 commit comments