We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cabfb3 commit eda819dCopy full SHA for eda819d
.readthedocs.yaml
@@ -6,17 +6,19 @@ 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.12"
12
13
# Build documentation in the "docs/" directory with Sphinx
14
sphinx:
15
configuration: docs/conf.py
16
17
-# Optional but recommended, declare the Python requirements required
18
-# to build your documentation
+# Optional but recommended, declare the Python requirements installation
19
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
python:
21
install:
22
- - requirements: requirements/requirements_dev.txt
+ - method: pip
+ path: .
23
+ extra_requirements:
24
+ - docs
0 commit comments