We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c653c1 commit 186b5baCopy full SHA for 186b5ba
1 file changed
.readthedocs.yaml
@@ -10,21 +10,17 @@ sphinx:
10
configuration: docs/conf.py
11
12
build:
13
- os: ubuntu-22.04
+ os: ubuntu-24.04
14
tools:
15
- python: "3.11"
+ python: "3.14"
16
+ jobs:
17
+ install:
18
+ - pip install --upgrade pip
19
+ - pip install . --group 'docs'
20
21
# Build documentation with MkDocs
22
#mkdocs:
23
# configuration: mkdocs.yml
24
25
# Optionally build your docs in additional formats such as PDF and ePub
26
formats: all
-
-# Optionally set the version of Python and requirements required to build your docs
-python:
- install:
27
- - method: pip
28
- path: .
29
- extra_requirements:
30
- - docs
0 commit comments