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 262457c commit b6bd479Copy full SHA for b6bd479
1 file changed
.github/workflows/release_composer_package.yaml
@@ -97,10 +97,16 @@ jobs:
97
98
- name: Build developer documentation
99
run: mkdocs build --strict
100
+ env:
101
+ # The cards() macro versions its links from this (as on RTD);
102
+ # without it they'd point at en/latest instead of this branch.
103
+ READTHEDOCS_VERSION_NAME: ${{ matrix.branch }}
104
105
- name: Build user documentation
106
107
working-directory: user-docs
108
109
110
111
- name: Resolve PHP API classes to vendor paths
112
run: php tools/llm_package/dump_class_paths.php site user-docs/site class_paths.json
0 commit comments