Skip to content

Commit d8fa04f

Browse files
committed
Fix docs build
1 parent 8e8b322 commit d8fa04f

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

.readthedocs.yaml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
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"
5-
tools:
6-
python: "mambaforge-4.10"
7-
8-
conda:
9-
environment: doc/environment.yml
23+
jobs:
24+
create_environment:
25+
- python -m pip install . --group dev

0 commit comments

Comments
 (0)