Skip to content

Commit

Permalink
Merge pull request #493 from BlueBrain/readthedocs
Browse files Browse the repository at this point in the history
adding build block to .readthedocs.yml
  • Loading branch information
AurelienJaquier committed Apr 25, 2024
2 parents 43d63a8 + 3722c8c commit aff67f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
- os: macos-12
python-version: "3.10"

steps:
Expand Down
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ python:
- method: pip
path: .
- requirements: requirements_docs.txt

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

0 comments on commit aff67f8

Please sign in to comment.