Skip to content

Commit 4a00eed

Browse files
authored
fix(docs; gha): updated .readthedocs.yaml; macos-latest to macos-12 (#777)
1 parent 4604a85 commit 4a00eed

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# x86 builds are only meaningful for Windows
2323
- os: windows-latest
2424
architecture: x86
25-
- os: macos-latest
25+
- os: macos-12
2626
architecture: x64
2727
python:
2828
- 3.8

.readthedocs.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.8"
13+
814
# Build documentation in the doc/ directory with Sphinx
915
sphinx:
1016
configuration: doc/conf.py
@@ -15,8 +21,7 @@ submodules:
1521
exclude: all
1622

1723
python:
18-
version: 3.8
1924
install:
2025
- requirements: dev_requirements/doc-requirements.txt
21-
- method: setuptools
26+
- method: pip
2227
path: .

0 commit comments

Comments
 (0)