Skip to content

Commit b64575d

Browse files
docs(readthedocs): Fix MTC paths
1 parent bddedf2 commit b64575d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configurations/mtc-docs/.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ build:
1111
python: "3.13"
1212

1313
# Install mkdocs macros and other plugins
14+
# Per readthedocs: paths are relative to the root of the project.
1415
python:
1516
install:
16-
- requirements: ../../docs/requirements.txt
17+
- requirements: docs/requirements.txt
1718

1819
mkdocs:
19-
configuration: mkdocs-mtc.yml
20+
configuration: configurations/mtc-docs/mkdocs-mtc.yml

0 commit comments

Comments
 (0)