Skip to content

Commit

Permalink
Merge pull request #1618 from pypa/rtd-update
Browse files Browse the repository at this point in the history
Update RtD config to include mandatory build.os option
  • Loading branch information
joerick committed Sep 18, 2023
2 parents 825d898 + 753cbd1 commit 0954ffa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0954ffa

Please sign in to comment.