Merge pull request #6575 from PySimpleGUI/Dev-latest
Update readthedocs.yml
This commit is contained in:
commit
104cd14f35
|
@ -3,7 +3,9 @@ version: 2
|
|||
version: 2
|
||||
build:
|
||||
os: "ubuntu-22.04"
|
||||
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
|
|
Loading…
Reference in New Issue