We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a4b7d commit f726cefCopy full SHA for f726cef
.readthedocs.yml
@@ -4,17 +4,13 @@
4
# Required
5
version: 2
6
7
-# Set the version of Python and other tools you might need
+# Build the documentation using Pixi
8
build:
9
os: "ubuntu-24.04"
10
tools:
11
- python: "miniconda3-3.12-24.9"
12
-
13
-# Build documentation in the docs/ directory with Sphinx
14
-sphinx:
15
- configuration: docs/conf.py
16
17
-# We recommend specifying your dependencies to enable reproducible builds:
18
-# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
19
-conda:
20
- environment: docs/environment.yml
+ python: "3.12"
+ commands:
+ - asdf plugin add pixi
+ - asdf install pixi latest
+ - asdf global pixi latest
+ - pixi run -e docs sphinx-build -b html docs ${READTHEDOCS_OUTPUT:-docs/_build}/html
0 commit comments