Skip to content

Commit 186b5ba

Browse files
committed
Move readthedocs.yaml to manual pip install
1 parent 3c653c1 commit 186b5ba

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.readthedocs.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,17 @@ sphinx:
1010
configuration: docs/conf.py
1111

1212
build:
13-
os: ubuntu-22.04
13+
os: ubuntu-24.04
1414
tools:
15-
python: "3.11"
15+
python: "3.14"
16+
jobs:
17+
install:
18+
- pip install --upgrade pip
19+
- pip install . --group 'docs'
1620

1721
# Build documentation with MkDocs
1822
#mkdocs:
1923
# configuration: mkdocs.yml
2024

2125
# Optionally build your docs in additional formats such as PDF and ePub
2226
formats: all
23-
24-
# Optionally set the version of Python and requirements required to build your docs
25-
python:
26-
install:
27-
- method: pip
28-
path: .
29-
extra_requirements:
30-
- docs

0 commit comments

Comments
 (0)