Merge pull request #1618 from pypa/rtd-update
Update RtD config to include mandatory build.os option
This commit is contained in:
+7
-3
@@ -2,13 +2,17 @@
|
|||||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
mkdocs:
|
build:
|
||||||
configuration: mkdocs.yml
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
|
||||||
install:
|
install:
|
||||||
- method: pip
|
- method: pip
|
||||||
path: .
|
path: .
|
||||||
extra_requirements:
|
extra_requirements:
|
||||||
- docs
|
- docs
|
||||||
|
|
||||||
|
mkdocs:
|
||||||
|
configuration: mkdocs.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user