Skip to content

Commit

Permalink
fix(docs; gha): updated .readthedocs.yaml; macos-latest to macos-12 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila authored Jun 24, 2024
1 parent 2ce5c80 commit fd7fdc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# x86 builds are only meaningful for Windows
- os: windows-latest
architecture: x86
- os: macos-latest
- os: macos-12
architecture: x64
python:
- 3.8
Expand Down
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py
Expand All @@ -15,8 +21,7 @@ submodules:
exclude: all

python:
version: 3.8
install:
- requirements: dev_requirements/doc-requirements.txt
- method: setuptools
- method: pip
path: .

0 comments on commit fd7fdc3

Please sign in to comment.