Skip to content

Commit 07614d8

Browse files
committed
rtd
1 parent 8a9fb5d commit 07614d8

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.readthedocs.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: '3.11'
13+
jobs:
14+
install:
15+
- pip install --upgrade pip
16+
- pip install . --group 'doc'
1317

1418
# Build documentation in the docs/ directory with Sphinx
1519
sphinx:
1620
configuration: docs/source/conf.py
1721
builder: html
1822
fail_on_warning: false
19-
20-
# Optionally set the version of Python and requirements required to build your docs
21-
python:
22-
install:
23-
- method: pip
24-
path: .
25-
extra_requirements:
26-
- docs

0 commit comments

Comments
 (0)