Hi All, Recently the doc build broke due to a Jekyll 2.0.0 dependency on Node.js [1]. This broke a lot of other people too. The Jekyll folk realized this and have moved to decouple it [2].
To fix our doc build for the time being, I’ve set the Jekyll version to be 1.5.1. We can upgrade to 2+ when they’ve removed the dependency. At that point, I’d like to set it to a particular version of 2.x.x so our doc build is a bit more stable and not just always grabbing the latest and greatest Jekyll every single build. Thanks, Everett [1] https://github.com/jekyll/jekyll/issues/2327 [2] https://github.com/jekyll/jekyll/issues/2335