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 7b3c396 commit ec18e7eCopy full SHA for ec18e7e
1 file changed
.readthedocs.yaml
@@ -6,14 +6,17 @@ version: 2
6
7
# Set the OS, Python version and other tools you might need
8
build:
9
- os: ubuntu-22.04
+ os: ubuntu-24.04
10
tools:
11
python: "3.13"
12
13
-# Optionally declare the Python requirements required to build your docs
+# Extra requirements section to install in addition to the package dependencies
14
python:
15
- install:
16
- - requirements: docs/requirements.txt
+ install:
+ - method: pip
17
+ path: .
18
+ extra_requirements:
19
+ - docs
20
21
# Build documentation in the "docs/" directory with Sphinx
22
sphinx:
0 commit comments