Skip to content

Commit

Permalink
Fix broken documentation
Browse files Browse the repository at this point in the history
Whoever was hosting the original RTD theme took down the repo, which is
a bit of a jerk move.

Someone else reuploaded it, and I've made my own fork to ensure this
doesn't happen again.
  • Loading branch information
rbuchberger committed Oct 15, 2024
1 parent 3d12a3d commit a0efa5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ source 'https://rubygems.org'

group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll-rtd-theme'
end
3 changes: 0 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ GEM
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
rubyzip (>= 1.3.0)
jekyll-rtd-theme (0.1.6)
github-pages (~> 206)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.6.1)
Expand Down Expand Up @@ -245,7 +243,6 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll-rtd-theme

BUNDLED WITH
2.1.4
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
remote_theme: rundocs/jekyll-rtd-theme
remote_theme: rbuchberger/jekyll-rtd-theme@main

title: Jekyll Picture Tag
description: Images for Jekyll, done correctly.
lang: en-US

baseurl: '/jekyll_picture_tag'
readme_index:
readme_index:
with_frontmatter: true
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0efa5c

Please sign in to comment.