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
13 changes: 6 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ sphinx:
formats:
- pdf

# Optionally set the version of Python
build:
os: "ubuntu-22.04"
os: ubuntu-24.04
tools:
python: "3.10"
python: "3.13"

# Optionally set the requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
- method: uv
command: sync
groups:
- docs

# Set a custom search rank over pages matching a pattern
search:
Expand Down
6 changes: 0 additions & 6 deletions docs/requirements.txt

This file was deleted.

8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ dev = [
"mypy>=1.5.1,<2",
"types-requests>=2.29.0.0,<3",
]
docs = [
"sphinx>=7.2.6",
"sphinxcontrib-autoprogram>=0.1.9",
"sphinx-rtd-theme>=3.0.2",
"sphinx-prompt>=1.8.0",
"sphinx-tabs>=3.4.1",
"sphinx-copybutton>=0.5.2",
]

[build-system]
requires = ["hatchling"]
Expand Down
Loading
Loading