Unverified Commit 434a06cf authored by Chris Austen's avatar Chris Austen Committed by GitHub
Browse files

replace build.image with build.os in the .readthedocs.yaml config (#2215)

https://docs.readthedocs.io/en/stable/config-file/v2.html

build.image will be deprecated in October 2023
parent c54167c7
...@@ -9,6 +9,10 @@ sphinx: ...@@ -9,6 +9,10 @@ sphinx:
formats: [htmlzip] formats: [htmlzip]
python: python:
version: "3.8"
install: install:
- requirements: docs/.sphinx/requirements.txt - requirements: docs/.sphinx/requirements.txt
build:
os: ubuntu-20.04
tools:
python: "3.8"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment