Skip to content

Commit 79a8719

Browse files
committed
Fix readthedocs bug
1 parent ed64f92 commit 79a8719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.10"
6+
python: "3.12"
77

88
mkdocs:
99
configuration: mkdocs.yml
1010

1111
python:
1212
install:
13-
- requirements: agentfly/requirements.txt
13+
- requirements: src/agentfly/requirements.txt
1414
- requirements: docs/requirements-docs.txt

0 commit comments

Comments
 (0)