Fix RTD builds (#4558)

* Update .readthedocs.yml

* Update requirements-readthedocs.txt
This commit is contained in:
Michael Wyatt
2023-10-23 11:18:28 -07:00
committed by GitHub
parent e238351101
commit 0f2338f7b8
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Required
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
# Build documentation in the docs/ directory with Sphinx
sphinx:
@ -13,6 +16,5 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements/requirements-readthedocs.txt

View File

@ -4,6 +4,8 @@ hjson
packaging
psutil
py-cpuinfo
pydantic
pydantic<2.0.0
recommonmark
sphinx_rtd_theme
torch
tqdm