Skip to content

Commit

Permalink
Update theme to use repo since gem is forcing old version of Jekyll w…
Browse files Browse the repository at this point in the history
…hich breaks Github Pages build
  • Loading branch information
hilary-luo committed Aug 9, 2024
1 parent c090576 commit b84ccf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "https://rubygems.org"

gem "jekyll-rtd-theme", "~> 2.0.10"

group :jekyll_plugins do
gem "github-pages"
gem "jekyll-tabs"
Expand Down
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ title: User Manual
lang: en
description: Turtlebot4 User Manual
repository: turtlebot/turtlebot4-user-manual
domain: turtlebot.github.io
url: https://turtlebot.github.io
baseurl: /turtlebot4-user-manual

remote_theme: rundocs/jekyll-rtd-theme
remote_theme: clearpathrobotics/jekyll-rtd-theme

readme_index:
with_frontmatter: true
Expand All @@ -23,3 +25,4 @@ plugins:
- jekyll-avatar
- jekyll-mentions
- jekyll-tabs
- jekyll-remote-theme

0 comments on commit b84ccf2

Please sign in to comment.