Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #521 from lpsinger/readthedocs-minimum-python-version
Browse files Browse the repository at this point in the history
Set minimum Python version for readthedocs
  • Loading branch information
pllim committed May 23, 2022
2 parents 1bca8e8 + 75072b5 commit 13b8ea6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{ cookiecutter.package_name }}/.readthedocs.yml
@@ -1,10 +1,11 @@
version: 2

build:
image: latest
os: ubuntu-20.04
tools:
python: '{{ cookiecutter.minimum_python_version }}'

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

0 comments on commit 13b8ea6

Please sign in to comment.