Skip to content

Commit

Permalink
Move to Python version 3.8 for readthedocs build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469168906
Change-Id: Ie54f6f0c9d4fc34cfad317ac671b22a6ba777c44
  • Loading branch information
lanctot committed Aug 22, 2022
1 parent 52f3365 commit 59e0714
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ python:
- requirements: docs/requirements.readthedocs.txt

build:
os: ubuntu-22.04
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.8"
jobs:
pre_build:
# Fix for: https://stackoverflow.com/questions/65640476/pip3-on-python3-9-fails-on-htmlparser-object-has-no-attribute-unescape
- python3 -m pip install --upgrade setuptools
- python3 -m pip install --upgrade pip
- python3 -m pip install --upgrade distlib
post_build:
- echo "Running post-build commands."
- echo `date`
Expand Down

0 comments on commit 59e0714

Please sign in to comment.