Hi folks. I’m trying to setup github pages locally with jekyll but from what I can tell, due to dependencies, I need jekyll-docs 3.7.4 which doesn’t seem to be a thing.
Can someone help me out?
Hi folks. I’m trying to setup github pages locally with jekyll but from what I can tell, due to dependencies, I need jekyll-docs 3.7.4 which doesn’t seem to be a thing.
Can someone help me out?
Oh… jekyll-docs-3.7.4
never got shipped!! Apologies…
However, github-pages
doesn’t have a dependency on jekyll-docs
at all…
So, simply remove the jekyll-docs
gem from your Gemfile
for the time-being…
A
Thanks! I realised afterwards that I was confusing a local copy of the jekyll docs with a documentation theme (which is what I was actually looking for).
Appreciate the response!