Skip to content

Commit b84ccf2

Browse files
committed
Update theme to use repo since gem is forcing old version of Jekyll which breaks Github Pages build
1 parent c090576 commit b84ccf2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll-rtd-theme", "~> 2.0.10"
4-
53
group :jekyll_plugins do
64
gem "github-pages"
75
gem "jekyll-tabs"

_config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ title: User Manual
22
lang: en
33
description: Turtlebot4 User Manual
44
repository: turtlebot/turtlebot4-user-manual
5+
domain: turtlebot.github.io
6+
url: https://turtlebot.github.io
57
baseurl: /turtlebot4-user-manual
68

7-
remote_theme: rundocs/jekyll-rtd-theme
9+
remote_theme: clearpathrobotics/jekyll-rtd-theme
810

911
readme_index:
1012
with_frontmatter: true
@@ -23,3 +25,4 @@ plugins:
2325
- jekyll-avatar
2426
- jekyll-mentions
2527
- jekyll-tabs
28+
- jekyll-remote-theme

0 commit comments

Comments
 (0)