Skip to content

Commit 5369eef

Browse files
committed
Fix the docs building requirements
1 parent 46a9462 commit 5369eef

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ build:
1010

1111
sphinx:
1212
configuration: docs/conf.py
13-
# python:
14-
# install:
15-
# - requirements: docs/requirements.txt
16-
# - method: pip
17-
# path: .
13+
14+
python:
15+
install:
16+
- method: pip
17+
path: .
18+
extra_requirements:
19+
- docs

0 commit comments

Comments
 (0)