Skip to content

Commit 7fb5294

Browse files
authored
Sphinx theme 저장소 protocol 변경 (#444)
* 저장소 위치 변경 반영 (#441) * pytorch-phinx-theme의 저장소 프로토콜 변경 (#443)
1 parent d17d687 commit 7fb5294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-noplot.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ torchtext
1414
torchaudio
1515

1616
# PyTorch Theme
17-
-e git+git://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
17+
-e git+https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ray[tune]
2121
tensorboard
2222

2323
# PyTorch Theme
24-
-e git+git://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
24+
-e git+https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
2525

2626
ipython
2727

0 commit comments

Comments
 (0)