Unverified Commit d91658f5 authored by Min Xu's avatar Min Xu Committed by GitHub
Browse files

fix doc build (#1087)


Co-authored-by: default avatarMin Xu <min.xu.public@gmail.com>
parent 287d2e6d
...@@ -3,4 +3,6 @@ sphinx==4.2.0 ...@@ -3,4 +3,6 @@ sphinx==4.2.0
sphinx_rtd_theme==0.4.3 sphinx_rtd_theme==0.4.3
sphinxcontrib-programoutput==0.16 sphinxcontrib-programoutput==0.16
git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
# Need to sync with fairscale's requirements.txt below
torch>=1.6.0 torch>=1.6.0
numpy >= 1.22.0
# FairScale should only depends on torch, not things higher level than torch. # FairScale should only depends on torch, not things higher level than torch.
# Note1: setup.py automatically reads this file to setup install time dependencies. # Note1: setup.py automatically reads this file to setup install-time dependencies.
# Note2: we use >= in this file but == in requirements-dev.txt for determinism # Note2: we use >= in this file but == in requirements-dev.txt for determinism
# in testing. # in testing.
# Note3: update docs/requirements.txt if you change this file.
torch >= 1.8.0 torch >= 1.8.0
numpy >= 1.22.0 numpy >= 1.22.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment