Skip to content

Commit 4074e50

Browse files
mergify[bot]Vatan Aksoy Tezer
andauthored
Make humble default page (#378) (#382)
Co-authored-by: Vatan Aksoy Tezer <[email protected]>
1 parent 8eb7959 commit 4074e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ help:
1111

1212
multiversion: Makefile
1313
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
1515

1616
multiversion-with-api: Makefile
1717
@echo Building multiversion with API
1818
@echo Step 1 of 4: Building multiversion
1919
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
2121
@echo Step 2 of 4: Clone MoveIt 2 Rolling and build API
2222
cd build/html/main && if cd moveit2; then git pull; else git clone https://github.com/ros-planning/moveit2 -b main && cd moveit2; fi && \
2323
sed -i "s/HTML_EXTRA_STYLESHEET =.*/HTML_EXTRA_STYLESHEET = ..\/..\/..\/..\/theme.css/g" Doxyfile && DOXYGEN_OUTPUT_DIRECTORY="../api" doxygen && cd .. && rm -rf moveit2

0 commit comments

Comments
 (0)