mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
* 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
16 lines
201 B
YAML
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
|