Unverified Commit 9b7d5d52 authored by Brian Johnson's avatar Brian Johnson Committed by GitHub
Browse files

Fix command to install the sphinx theme for doc building (#4833)

Fix for https://github.com/pytorch/vision/issues/4832

The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
parent 5906d590
...@@ -3,4 +3,4 @@ numpy ...@@ -3,4 +3,4 @@ numpy
sphinx-copybutton>=0.3.1 sphinx-copybutton>=0.3.1
sphinx-gallery>=0.9.0 sphinx-gallery>=0.9.0
sphinx==3.5.4 sphinx==3.5.4
-e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment