We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d8207 commit d77c21fCopy full SHA for d77c21f
.readthedocs.yaml
@@ -6,6 +6,8 @@ build:
6
python: "3.12"
7
jobs:
8
pre_build:
9
+ - python -m pip install --upgrade pip
10
+ - python -m pip install --group documentation
11
- python -m pip install .
12
13
sphinx:
@@ -14,8 +16,3 @@ sphinx:
14
16
15
17
formats:
18
- pdf
-
-python:
19
- install:
20
- - requirements: docs/requirements.txt
21
0 commit comments