File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ help:
11
11
12
12
multiversion : Makefile
13
13
sphinx-multiversion $(OPTS ) " $( SOURCE) " build/html
14
- @echo " <html><head><meta http-equiv=\" refresh\" content=\" 0; url=galactic /index.html\" /></head></html>" > build/html/index.html
14
+ @echo " <html><head><meta http-equiv=\" refresh\" content=\" 0; url=humble /index.html\" /></head></html>" > build/html/index.html
15
15
16
16
multiversion-with-api : Makefile
17
17
@echo Building multiversion with API
18
18
@echo Step 1 of 4: Building multiversion
19
19
sphinx-multiversion $(OPTS ) " $( SOURCE) " build/html
20
- @echo " <html><head><meta http-equiv=\" refresh\" content=\" 0; url=galactic /index.html\" /></head></html>" > build/html/index.html
20
+ @echo " <html><head><meta http-equiv=\" refresh\" content=\" 0; url=humble /index.html\" /></head></html>" > build/html/index.html
21
21
@echo Step 2 of 4: Clone MoveIt 2 Rolling and build API
22
22
cd build/html/main && if cd moveit2; then git pull; else git clone https://github.com/ros-planning/moveit2 -b main && cd moveit2; fi && \
23
23
sed -i " s/HTML_EXTRA_STYLESHEET =.*/HTML_EXTRA_STYLESHEET = ..\/..\/..\/..\/theme.css/g" Doxyfile && DOXYGEN_OUTPUT_DIRECTORY=" ../api" doxygen && cd .. && rm -rf moveit2
You can’t perform that action at this time.
0 commit comments