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 6fedf80 commit b68b0c8Copy full SHA for b68b0c8
.readthedocs.yaml
@@ -10,9 +10,12 @@ build:
10
os: ubuntu-22.04
11
tools:
12
python: "3.11"
13
- install:
14
- - method: pip
15
- path: .
+
+# Install the package using pip
+python:
16
+ install:
17
+ - method: pip
18
+ path: .
19
20
# Build documentation in the docs/ directory with Sphinx
21
sphinx:
0 commit comments