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.
make multiversion
1 parent 48fa2bc commit c3ea378Copy full SHA for c3ea378
docker/image/Dockerfile
@@ -34,4 +34,6 @@ WORKDIR /tmp/doc_repository
34
35
USER $user
36
37
+# ROS 2 Official Documentation pipeline relies on "make multiversion" to build the documentation.
38
+# Do not remove "make multiversion" from CMD, as it is the entrypoint for the container.
39
CMD ["bash", "-c", "pip3 install --no-warn-script-location --user -r requirements.txt -c constraints.txt && make multiversion"]
0 commit comments