* Update .readthedocs.yml

* Update requirements-readthedocs.txt
This commit is contained in:
Michael Wyatt 2023-10-23 11:18:28 -07:00 коммит произвёл GitHub
Родитель e238351101
Коммит 0f2338f7b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

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