# Jekyll-docs 3.7.4 and github pages

**URL:** https://talk.jekyllrb.com/t/jekyll-docs-3-7-4-and-github-pages/2809
**Category:** Help
**Created:** [April 7, 2019, 2:36pm UTC](https://talk.jekyllrb.com/t/jekyll-docs-3-7-4-and-github-pages/2809 "2019-04-07T14:36:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mikelyndon](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/mikelyndon/32/1632_2.png) [@mikelyndon](https://talk.jekyllrb.com/u/mikelyndon)
#### Post date: [April 7, 2019, 2:36pm UTC](https://talk.jekyllrb.com/t/jekyll-docs-3-7-4-and-github-pages/2809/1 "2019-04-07T14:36:38Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![ashmaroli](https://avatars.discourse-cdn.com/v4/letter/a/df705f/32.png) [@ashmaroli](https://talk.jekyllrb.com/u/ashmaroli)
#### Post date: [April 7, 2019, 6:14pm UTC](https://talk.jekyllrb.com/t/jekyll-docs-3-7-4-and-github-pages/2809/2 "2019-04-07T18:14:39Z")

</div>

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

---

<div class="post-metadata">

### Author: ![mikelyndon](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/mikelyndon/32/1632_2.png) [@mikelyndon](https://talk.jekyllrb.com/u/mikelyndon)
#### Post date: [April 8, 2019, 8:15pm UTC](https://talk.jekyllrb.com/t/jekyll-docs-3-7-4-and-github-pages/2809/3 "2019-04-08T20:15:02Z")

</div>

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!
