Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
version: 2

# Set the version of Python and other tools you might need
# ubuntu-20.04 was removed as a build image, which fails the build outright rather than
# falling back. Read the Docs supports ubuntu-22.04, ubuntu-24.04, ubuntu-26.04 and
# ubuntu-lts-latest; pin a real version so an image being retired is a deliberate bump.
build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
Loading