Skip to content

Commit

Permalink
Fix Read The Docs config (#7272)
Browse files Browse the repository at this point in the history
(cherry picked from commit b2a7983)
  • Loading branch information
Dreamsorcerer authored and patchback[bot] committed May 7, 2023
1 parent 9cd61ee commit 334e837
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 334e837

Please sign in to comment.