Skip to content

Commit

Permalink
Pin Sphinx version (#1348)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1348

`publish-stable-website` started failing when sphinx updated to version 6.0. See https://github.com/facebook/Ax/actions/runs/3801386293/jobs/6466164713.

Pinning sphinx to the version from this successful run to temporarily fix things: https://github.com/facebook/Ax/actions/runs/3798434044/jobs/6460138289

Reviewed By: saitcakmak

Differential Revision: D42281200

fbshipit-source-id: 2082ba143abab23012cf69d6d4cd600daec32f83
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Dec 29, 2022
1 parent b0958dd commit e108d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"Jinja2",
"pytest>=4.6",
"pytest-cov",
"sphinx",
"sphinx-autodoc-typehints",
"sphinx==5.3.0",
"sphinx-autodoc-typehints==1.19.5",
"torchvision>=0.5.0",
"nbconvert",
"jupyter-client==6.1.12",
Expand Down

0 comments on commit e108d37

Please sign in to comment.