File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
sphinx==5.3.0
2
2
#Description: This is used to generate PyTorch docs
3
3
#Pinned versions: 5.3.0
4
- git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
4
+ -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
5
5
6
6
# TODO: sphinxcontrib.katex 0.9.0 adds a local KaTeX server to speed up pre-rendering
7
7
# but it doesn't seem to work and hangs around idly. The initial thought is probably
Original file line number Diff line number Diff line change 1
1
sphinx == 5.0.0
2
- git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
2
+ -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
3
3
# TODO: sphinxcontrib.katex 0.9.0 adds a local KaTeX server to speed up pre-rendering
4
4
# but it doesn't seem to work and hangs around idly. The initial thought is probably
5
5
# something related to Docker setup. We can investigate this later
You can’t perform that action at this time.
0 commit comments