diff --git a/docs/Gemfile b/docs/Gemfile index 75ad0f2..0b95959 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -9,11 +9,11 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 3.9.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. -#gem "minima", "~> 2.5" +gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. gem "github-pages", "~> 228", group: :jekyll_plugins -gem "just-the-docs" +#gem "just-the-docs" # If you have any plugins, put them here! group :jekyll_plugins do diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 6306e27..b4683f3 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -207,11 +207,6 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - just-the-docs (0.7.0) - jekyll (>= 3.8.5) - jekyll-include-cache - jekyll-seo-tag (>= 2.0) - rake (>= 12.3.1) kramdown (2.3.2) rexml kramdown-parser-gfm (1.1.0) @@ -236,7 +231,6 @@ GEM forwardable-extended (~> 2.6) public_suffix (4.0.7) racc (1.7.3) - rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -275,7 +269,7 @@ DEPENDENCIES jekyll (~> 3.9.3) jekyll-default-layout jekyll-feed (~> 0.12) - just-the-docs + minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1)