Skip to content

Commit

Permalink
Exclude Jinja >= 3.1 in the sphinx docs documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Mar 28, 2022
1 parent 549eda5 commit 037d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function(install_sphinx_package TARGET_NAME VENV_TARGET)
${CMAKE_COMMAND} -E touch ${INSTALL_TIMESTAMP}
COMMAND
# TODO install only necessary packages (e.g. breathe is not needed by python docs generator)
${INSTALL_VENV_EXECUTABLE} -m pip install sphinx==3.3.1 sphinx_rtd_theme==0.5.0 six breathe docutils==0.16
${INSTALL_VENV_EXECUTABLE} -m pip install Jinja2<3.1 sphinx==3.3.1 sphinx_rtd_theme==0.5.0 six breathe docutils==0.16
"git+https://github.com/pjarosik/matlabdomain@master#egg=sphinxcontrib-matlabdomain"
DEPENDS
${VENV_TARGET}
Expand Down

0 comments on commit 037d7ce

Please sign in to comment.