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 e09a2c9 commit c305b32Copy full SHA for c305b32
docker/image/Dockerfile
@@ -34,4 +34,6 @@ WORKDIR /tmp/doc_repository
34
35
USER $user
36
37
+# https://build.ros.org/job/doc_ros2doc/ relies on "make multiversion" to build the official 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