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 e28bd9f commit 5c4f6f0Copy full SHA for 5c4f6f0
.readthedocs.yaml
@@ -1,16 +1,15 @@
1
version: 2
2
-build:
3
- os: ubuntu-22.04
4
- tools:
5
- python: "3.11"
6
7
mkdocs:
8
configuration: mkdocs.yml
9
10
-# Optionally declare the Python requirements required to build your docs
11
-python:
12
- install:
13
- - method: pip
14
- path: .
15
- extra_requirements:
16
- - docs
+
+build:
+ os: ubuntu-24.04
+ tools:
+ python: "3.13"
+ jobs:
+ install:
+ - pip install -U pip # Official recommended way
+ - pip install .
+ - pip install --group docs
0 commit comments