Fix styling of docs site

Pin version of just-the-docs so it doesn't change itself again!
This commit is contained in:
Graham Esau 2020-09-27 12:23:28 +01:00
parent 755368fc3a
commit b8c548136a
6 changed files with 54 additions and 187 deletions

View file

@ -10,7 +10,7 @@ source "https://rubygems.org"
# gem "jekyll", "~> 4.0.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
# gem "minima", "~> 2.5"
gem "just-the-docs", "= 0.2.6"
gem "just-the-docs", "= 0.3.2"
# 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", group: :jekyll_plugins