We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddedf2 commit b64575dCopy full SHA for b64575d
configurations/mtc-docs/.readthedocs.yaml
@@ -11,9 +11,10 @@ build:
11
python: "3.13"
12
13
# Install mkdocs macros and other plugins
14
+# Per readthedocs: paths are relative to the root of the project.
15
python:
16
install:
- - requirements: ../../docs/requirements.txt
17
+ - requirements: docs/requirements.txt
18
19
mkdocs:
- configuration: mkdocs-mtc.yml
20
+ configuration: configurations/mtc-docs/mkdocs-mtc.yml
0 commit comments