Skip to content

Commit 7fd728c

Browse files
committed
update read the docs configuration
1 parent 857b6fe commit 7fd728c

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

.readthedocs.yaml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
1-
# .readthedocs.yaml
21
# Read the Docs configuration file
32
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
43

54
# Required
65
version: 2
76

8-
# Set the OS, Python version and other tools you might need
7+
# Set the OS, Python version, and other tools you might need
98
build:
10-
os: ubuntu-20.04
9+
os: ubuntu-24.04
1110
tools:
12-
python: "3.12"
13-
jobs:
14-
pre_install:
15-
- pip install .
11+
python: "3.13"
1612

1713
# Build documentation in the "docs/" directory with Sphinx
1814
sphinx:
1915
configuration: docs/conf.py
2016

21-
# Optionally build your docs in additional formats such as PDF and ePub
22-
# formats:
23-
# - pdf
24-
# - epub
25-
26-
# Optional but recommended, declare the Python requirements required
27-
# to build your documentation
17+
# Optionally, but recommended,
18+
# declare the Python requirements required to build your documentation
2819
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
29-
python:
30-
install:
31-
- requirements: docs/requirements.txt
20+
# python:
21+
# install:
22+
# - requirements: docs/requirements.txt
23+

docs/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)