We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eee967 commit 40debd9Copy full SHA for 40debd9
1 file changed
.readthedocs.yaml
@@ -14,16 +14,10 @@ build:
14
# Since the install step is overridden, pip is no longer updated automatically.
15
- pip install --upgrade pip
16
- pip install --group 'docs'
17
+ - pip install .
18
19
20
# Build documentation in the "docs/" directory with Sphinx
21
sphinx:
22
configuration: docs/source/conf.py
23
-python:
24
- install:
25
- - method: pip
26
- path: .
27
- extra_requirements:
28
- - docs
29
-
0 commit comments