Skip to content

Commit

Permalink
Changed pip install path protocol from git to https.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik authored Mar 15, 2022
1 parent 63ddeb8 commit a70c955
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 @@ -99,7 +99,7 @@ function(install_sphinx_package TARGET_NAME VENV_TARGET)
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
"git+git://github.com/pjarosik/matlabdomain@master#egg=sphinxcontrib-matlabdomain"
"git+https://github.com/pjarosik/matlabdomain@master#egg=sphinxcontrib-matlabdomain"
DEPENDS
${VENV_TARGET}
WORKING_DIRECTORY
Expand Down

0 comments on commit a70c955

Please sign in to comment.