Skip to content

Commit 2026cc0

Browse files
authored
Merge pull request #255 from thewtex/nbsphinx-deps
2 parents 8665c93 + 71aecd8 commit 2026cc0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

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.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
)

0 commit comments

Comments
 (0)