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"