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:
68
68
69
69
- Python _ ( >= 3.7 )
70
70
- Sphinx _
71
+ - Pandoc _
72
+ - nbsphinx _
71
73
- gnuplot _
72
74
- dvipng _ ( for rendered equations )
73
75
@@ -92,3 +94,5 @@ Run the bash script ``SetupForDevelopment.sh``::
92
94
.. _TeX Live : https://www.tug.org/texlive/
93
95
.. _MiKTeX : https://miktex.org/
94
96
.. _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
17
17
DOWNLOAD_COMMAND ""
18
18
CONFIGURE_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv} "
19
19
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
21
21
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /ITKBlackConfig.cmake
22
22
)
You can’t perform that action at this time.
0 commit comments