Skip to content

Commit

Permalink
Made doc generator version explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Jun 15, 2021
1 parent 00fd3a9 commit c173afe
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 @@ -97,7 +97,7 @@ function(install_sphinx_package TARGET_NAME VENV_TARGET)
COMMAND
${CMAKE_COMMAND} -E touch ${INSTALL_TIMESTAMP}
COMMAND
${INSTALL_VENV_EXECUTABLE} -m pip install sphinx sphinx_rtd_theme six
${INSTALL_VENV_EXECUTABLE} -m pip install sphinx==3.5.3 sphinx_rtd_theme==0.5.1 six==1.15.0
"git+git://github.com/pjarosik/matlabdomain@master#egg=sphinxcontrib-matlabdomain"
DEPENDS
${VENV_TARGET}
Expand Down

0 comments on commit c173afe

Please sign in to comment.