Skip to content

Commit

Permalink
MOTOR-1130 Fix RTD Build Failure (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 8, 2023
1 parent 6462f1e commit fdc766b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ sphinx:

# Set the version of Python and requirements required to build the docs.
python:
version: 3.7
install:
# Install motor itself.
- method: pip
path: .
- requirements: doc/docs-requirements.txt

build:
os: ubuntu-22.04
tools:
python: "3.11"

0 comments on commit fdc766b

Please sign in to comment.