We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9fb5d commit 07614d8Copy full SHA for 07614d8
1 file changed
.readthedocs.yml
@@ -10,17 +10,13 @@ build:
10
os: ubuntu-22.04
11
tools:
12
python: '3.11'
13
+ jobs:
14
+ install:
15
+ - pip install --upgrade pip
16
+ - pip install . --group 'doc'
17
18
# Build documentation in the docs/ directory with Sphinx
19
sphinx:
20
configuration: docs/source/conf.py
21
builder: html
22
fail_on_warning: false
-
-# Optionally set the version of Python and requirements required to build your docs
-python:
- install:
23
- - method: pip
24
- path: .
25
- extra_requirements:
26
- - docs
0 commit comments