From 277c40691aafc9354a03cc2cb3d5f32690d8b661 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 8 May 2023 12:04:38 -0500 Subject: [PATCH] PYTHON-3708 Fix ReadTheDocs Build Failure --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e2956c122b..39c86fff03 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,9 +12,13 @@ sphinx: # Set the version of Python and requirements required to build the docs. python: - version: 3.8 install: # Install pymongo itself. - method: pip path: . - requirements: doc/docs-requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.11"