Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit aff67f8

Browse files
Merge pull request #493 from BlueBrain/readthedocs
adding build block to .readthedocs.yml
2 parents 43d63a8 + 3722c8c commit aff67f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest]
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1616
include:
17-
- os: macos-latest
17+
- os: macos-12
1818
python-version: "3.10"
1919

2020
steps:

.readthedocs.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ python:
1414
- method: pip
1515
path: .
1616
- requirements: requirements_docs.txt
17+
18+
build:
19+
os: ubuntu-22.04
20+
tools:
21+
python: "3.10"

0 commit comments

Comments
 (0)