Skip to content

Commit

Permalink
fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Jan 29, 2024
1 parent 209600d commit 23e81fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion {{cookiecutter.plugin_name}}/.readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

python:
version: "3.10"
install:
- method: pip
path: .
Expand Down

0 comments on commit 23e81fd

Please sign in to comment.