Skip to content

Commit 740eeff

Browse files
committed
Update readthedocs config to install docs optional dependencies.
1 parent 1c7a62c commit 740eeff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.readthedocs.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
# Required
66
version: 2
77

8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
14+
815
# Set the OS, Python version and other tools you might need
916
build:
1017
os: ubuntu-22.04

0 commit comments

Comments
 (0)