Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@ version: 2

build:
apt_packages:
- "graphviz"
os: "ubuntu-24.04"
- graphviz
os: ubuntu-lts-latest
tools:
python: "mambaforge-4.10"
python: latest
jobs:
post_checkout:
- git fetch --unshallow || true
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
- git fetch --all --tags || true
pre_install:
- git update-index --assume-unchanged docs/rtd_environment.yaml docs/conf.py
- git update-index --assume-unchanged docs/conf.py
post_install:
- git describe --exact-match || towncrier build --keep

conda:
environment: docs/rtd_environment.yaml

sphinx:
builder: html
fail_on_warning: true
Expand Down
9 changes: 0 additions & 9 deletions docs/rtd_environment.yaml

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ docs = [
"graphviz",
"sphinx-inline-tabs",
'tomli; python_version < "3.11"',
"towncrier",
"furo",
]
http = ["fsspec[http]>=2022.8.2"]
Expand Down
Loading