Skip to content

Commit

Permalink
[PR #7272/b2a7983a backport][3.8] Fix Read The Docs config (#7650)
Browse files Browse the repository at this point in the history
**This is a backport of PR #7272 as merged into master
(b2a7983).**

None

Co-authored-by: Sam Bull <aa6bs0@sambull.org>
  • Loading branch information
patchback[bot] and Dreamsorcerer committed Oct 3, 2023
1 parent bcc416e commit 8a3977a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
version: 2

submodules:
include: all # []
include: all
exclude: []
recursive: true

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.11"

python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit 8a3977a

Please sign in to comment.