Skip to content

Commit d237d95

Browse files
prabhat00155facebook-github-bot
authored andcommitted
[fbsync] Fix command to install the sphinx theme for doc building (#4833)
Summary: Fix for #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. Reviewed By: kazhang Differential Revision: D32216695 fbshipit-source-id: 2456b46d516246377034b48c7896799f6c8c0cd8
1 parent 18569be commit d237d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ numpy
33
sphinx-copybutton>=0.3.1
44
sphinx-gallery>=0.9.0
55
sphinx==3.5.4
6-
-e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
6+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme

0 commit comments

Comments
 (0)