Skip to content

Commit

Permalink
Use RTD v2 config to require Python newer than default 3.7 in v1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 4, 2023
1 parent 1f4d52d commit bf3fdf9
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
python:
pip_install: true
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Project page: https://readthedocs.org/projects/python-humanize/

version: 2

mkdocs:
configuration: mkdocs.yml

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

commands:
- pip install -U tox
- tox -e docs
- mkdir _readthedocs
- mv site _readthedocs/html

0 comments on commit bf3fdf9

Please sign in to comment.