Skip to content

Commit

Permalink
update for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AntSimi committed Jul 29, 2024
1 parent 0cb3230 commit 4afa5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-lts-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python_version: ['3.10', '3.11', '3.12']
name: Run py eddy tracker build tests
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ conda:
build:
os: ubuntu-lts-latest
tools:
python: "3.10"
python: "mambaforge-latest"
python:
install:
- method: setuptools
path: .
sphinx:
configuration: docs/conf.py

0 comments on commit 4afa5f1

Please sign in to comment.