Skip to content

Commit 64f212e

Browse files
author
SilviaAmAm
committed
⚗️ fix: Try to get RTD working
1 parent 9eaec4d commit 64f212e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ build:
99
os: ubuntu-24.04
1010
tools:
1111
python: "3.12"
12-
create_environment:
13-
- export PYTHONPATH=$PYTHONPATH:`pwd`/../backend/src
12+
jobs:
13+
pre_create_environment:
14+
- export PYTHONPATH=$PYTHONPATH:`pwd`/../backend/src
1415

1516

1617
# Build documentation in the "docs/" directory with Sphinx

0 commit comments

Comments
 (0)