Skip to content

Commit 89d6c50

Browse files
committed
Fix docs dependency installation
1 parent 79a8719 commit 89d6c50

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.12"
7+
commands:
8+
- pip install -e .
9+
- pip install -e ".[docs]"
710

811
mkdocs:
912
configuration: mkdocs.yml
10-
11-
python:
12-
install:
13-
- requirements: src/agentfly/requirements.txt
14-
- requirements: docs/requirements-docs.txt

0 commit comments

Comments
 (0)