Skip to content

Commit 8730326

Browse files
authored
PYTHON-3708 Fix ReadTheDocs Build Failure (#1206)
1 parent ae83a0b commit 8730326

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ sphinx:
1212

1313
# Set the version of Python and requirements required to build the docs.
1414
python:
15-
version: 3.8
1615
install:
1716
# Install pymongo itself.
1817
- method: pip
1918
path: .
2019
- requirements: doc/docs-requirements.txt
20+
21+
build:
22+
os: ubuntu-22.04
23+
tools:
24+
python: "3.11"

0 commit comments

Comments
 (0)