Skip to content

Commit

Permalink
Fix RTD builds (microsoft#4558)
Browse files Browse the repository at this point in the history
* Update .readthedocs.yml

* Update requirements-readthedocs.txt
  • Loading branch information
mrwyattii authored and baodii committed Nov 7, 2023
1 parent 4e3fd70 commit 455d78c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 changes: 3 additions & 1 deletion requirements/requirements-readthedocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ hjson
packaging
psutil
py-cpuinfo
pydantic
pydantic<2.0.0
recommonmark
sphinx_rtd_theme
torch
tqdm

0 comments on commit 455d78c

Please sign in to comment.