Skip to content

Commit

Permalink
Fix python version in .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft authored Oct 23, 2023
1 parent 16054ca commit 39f59f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: 3.8
python: "3.8"
apt_packages:
- coinor-cbc
sphinx:
configuration: docs/conf.py
formats: []
python:
version: "3.8"
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 39f59f5

Please sign in to comment.