sphinx_rtd_theme/.readthedocs.yml
Manuel Kaufmann 5a263753d5
Run tests and build docs with Sphinx 8.2 (#1640)
* Run tests and build docs with Sphinx 8.2

* CircleCI job

* Update Read the Docs dependencies

* Update matrix

* Run tests with 3.13

* Use 8.x to build our docs
2025-02-20 11:22:56 +01:00

16 lines
201 B
YAML

version: 2
build:
os: "ubuntu-24.04"
tools:
python: "3.12"
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
sphinx:
configuration: docs/conf.py