Skip to content

Commit 485d864

Browse files
committed
Fix docs build
1 parent 8e8b322 commit 485d864

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

.readthedocs.yaml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
16
version: 2
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
12+
# Build documentation in the docs/ directory with Sphinx
13+
sphinx:
14+
configuration: doc/conf.py
15+
16+
# Declare the Python requirements required to build your docs
17+
# python:
18+
# install:
19+
# - method: pip
20+
# path: .
221

322
build:
4-
os: "ubuntu-20.04"
23+
os: ubuntu-24.04
524
tools:
6-
python: "mambaforge-4.10"
7-
8-
conda:
9-
environment: doc/environment.yml
25+
python: "3.13"
26+
jobs:
27+
create_environment:
28+
- python -m pip install --group ./pyproject.toml:dev

0 commit comments

Comments
 (0)