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
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-26.04
tools:
python: "3.11"
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# These dependencies should be installed using pip in order
# to build the documentation.
sphinx==8.2.3
sphinx==9.1.0
sphinxcontrib-programoutput==0.20
sphinx-copybutton==0.5.2
sphinx_design==0.7.0
sphinx-last-updated-by-git==0.3.8
sphinx-sitemap==2.9.0
# fork of furo with a few changes that are not merged upstream
git+https://github.com/haampie/furo.git@c1d161cb9e04b481ec3331db981aacfa132ecaa6#egg=furo
furo==2025.12.19
python-levenshtein==0.27.3
docutils==0.21.2
docutils==0.22.4
pygments==2.20.0
urllib3==2.7.0
pytest==9.1.1
Expand Down