зеркало из https://github.com/microsoft/DeepSpeed.git
Fix RTD builds (#4558)
* Update .readthedocs.yml * Update requirements-readthedocs.txt
This commit is contained in:
Родитель
e238351101
Коммит
0f2338f7b8
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
# Required
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
build:
|
||||||
|
os: "ubuntu-22.04"
|
||||||
|
tools:
|
||||||
|
python: "3.8"
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
@ -13,6 +16,5 @@ formats:
|
||||||
|
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
# Optionally set the version of Python and requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
version: 3.7
|
|
||||||
install:
|
install:
|
||||||
- requirements: requirements/requirements-readthedocs.txt
|
- requirements: requirements/requirements-readthedocs.txt
|
||||||
|
|
|
@ -4,6 +4,8 @@ hjson
|
||||||
packaging
|
packaging
|
||||||
psutil
|
psutil
|
||||||
py-cpuinfo
|
py-cpuinfo
|
||||||
pydantic
|
pydantic<2.0.0
|
||||||
|
recommonmark
|
||||||
|
sphinx_rtd_theme
|
||||||
torch
|
torch
|
||||||
tqdm
|
tqdm
|
||||||
|
|
Загрузка…
Ссылка в новой задаче