Skip to content

Commit 18e98b6

Browse files
huydhnfacebook-github-bot
authored andcommitted
Fix failing doc build on CI due to sphinx version (#1614)
Summary: By pinning all doc build dependencies like https://github.com/pytorch/pytorch/blob/main/.ci/docker/requirements-docs.txt Pull Request resolved: #1614 Reviewed By: digantdesai Differential Revision: D52825596 Pulled By: huydhn fbshipit-source-id: 92ff5f97e1a7d4096103c441a4e2c23f4433400c
1 parent 65c3d57 commit 18e98b6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.ci/docker/requirements-ci.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ expecttest==0.1.6
1414
hypothesis==6.84.2
1515
parameterized==0.9.0
1616

17-
# Doc build requirements
18-
sphinx==4.5.0
19-
sphinx-gallery
20-
breathe==4.35.0
21-
exhale==0.3.6
17+
# Doc build requirements, same as https://github.com/pytorch/pytorch/blob/main/.ci/docker/requirements-docs.txt
18+
sphinx==5.3.0
19+
sphinx-gallery==0.14.0
20+
breathe==4.34.0
21+
exhale==0.2.3
2222
docutils==0.16
23-
matplotlib
23+
matplotlib==3.7.2
2424
# PyTorch Theme
2525
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
26-
myst-parser
27-
sphinx_design
28-
sphinx-copybutton
26+
myst-parser==0.18.1
27+
sphinx_design==0.4.1
28+
sphinx-copybutton==0.5.0

0 commit comments

Comments
 (0)