Skip to content

Commit

Permalink
Pin Sphinx < 3.0.0
Browse files Browse the repository at this point in the history
Summary:
Travis build is failing due to Sphinx failure.
Similar issue filed on Sphinx suggests a bug, pinned to previous stable release: sphinx-doc/sphinx#7422

Reviewed By: stevemandala

Differential Revision: D20870347

fbshipit-source-id: 211699f9d5a28fce2df32c939039414809d783f0
  • Loading branch information
Shaun Singh authored and facebook-github-bot committed Apr 6, 2020
1 parent 5cb68d6 commit 7294677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
"flake8",
"pytest>=3.6",
"pytest-cov",
"sphinx",
"sphinx<3.0.0",
"sphinx-autodoc-typehints",
"torchvision>=0.5.0",
]
Expand Down

0 comments on commit 7294677

Please sign in to comment.