Skip to content

Commit 6af6596

Browse files
mattipfacebook-github-bot
authored andcommitted
DOC: fix two build warnings (pytorch#41334)
Summary: xref pytorchgh-38011. Fixes two warnings when building documentation by - using the external link to torchvision - install tensorboard before building documentation Pull Request resolved: pytorch#41334 Reviewed By: ngimel Differential Revision: D22753083 Pulled By: mruberry fbshipit-source-id: 876377e9bd09750437fbfab0378664b85701f827
1 parent 47e6d4b commit 6af6596

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ sphinx==2.4.4
22
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
33
sphinxcontrib.katex
44
matplotlib
5+
tensorboard

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
7070

7171
torchaudio <https://pytorch.org/audio>
7272
torchtext <https://pytorch.org/text>
73-
torchvision/index
73+
torchvision <https://pytorch.org/vision>
7474
TorchElastic <https://pytorch.org/elastic/>
7575
TorchServe <https://pytorch.org/serve>
7676
PyTorch on XLA Devices <http://pytorch.org/xla/>

0 commit comments

Comments
 (0)