Skip to content

Commit

Permalink
Merge pull request #318 from jacebrowning/default-dist
Browse files Browse the repository at this point in the history
Use default distribution on Travis CI
  • Loading branch information
jacebrowning committed Oct 21, 2023
2 parents 1916600 + b1b7025 commit bfb8eeb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
version: 2

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

mkdocs:
configuration: mkdocs.yml

python:
version: 3.8
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: xenial
dist: focal

language: python
python:
Expand Down

0 comments on commit bfb8eeb

Please sign in to comment.