Merge pull request #1618 from pypa/rtd-update

Update RtD config to include mandatory build.os option
This commit is contained in:
Joe Rickerby
2023-09-18 17:25:54 +01:00
committed by GitHub
+7 -3
View File
@@ -2,13 +2,17 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
mkdocs:
configuration: mkdocs.yml
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
mkdocs:
configuration: mkdocs.yml