diff options
author | Edward Yang <ezyang@fb.com> | 2019-04-05 09:33:08 -0700 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-04-05 09:35:49 -0700 |
commit | 865ed7682de7540f53f5cc6f00acb8ebaa91926c (patch) | |
tree | 360324a12c2e0b1b1f84cc871e2a9807230af3cf /docs | |
parent | ce92cf9bd14b3f829a2d1472ee0c1ae807b6c7ad (diff) | |
download | pytorch-865ed7682de7540f53f5cc6f00acb8ebaa91926c.tar.gz pytorch-865ed7682de7540f53f5cc6f00acb8ebaa91926c.tar.bz2 pytorch-865ed7682de7540f53f5cc6f00acb8ebaa91926c.zip |
Checkout pytorch_sphinx_theme with https. (#18859)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18859
ghimport-source-id: fbbcb8a2dd9c9f0a317de489b6bbb83e9071a7d8
Differential Revision: D14801989
Pulled By: ezyang
fbshipit-source-id: a9bc02e1383adafcac01994e6346b28551d95c71
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index c591f08491..88e245d4f1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx --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 sphinxcontrib.katex matplotlib |