Skip to content

Commit b6e6362

Browse files
committed
fix the read the docs build to use the new pixi project
1 parent 1fd7113 commit b6e6362

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ build:
88
# Build from the docs/ directory with Sphinx
99
sphinx:
1010
configuration: docs/source/conf.py
11+
builder: html
12+
fail_on_warning: false
1113

12-
# Explicitly set the version of Python and its requirements
14+
# Install Python dependencies from pyproject.toml in docs/
1315
python:
1416
install:
15-
- requirements: docs/source/requirements.txt
17+
- method: pip
18+
path: docs

0 commit comments

Comments
 (0)