Skip to content

Commit

Permalink
Pin yard version to v0.9.28 to avoid ArgumentError
Browse files Browse the repository at this point in the history
It seems as if the recent v0.9.29 release of yard broke my custom
template code. I plan to report this to yard and to come up with a fix,
but in the meantime this fixes the CircleCI build. Without this change
we were seeing the following error when attempting to generate the docs:

    ArgumentError: No such template for default/fulldoc/html
  • Loading branch information
floehopper committed Apr 9, 2023
1 parent af40b7d commit 12f1eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ if RUBY_VERSION >= '2.2.0'
end
if ENV['MOCHA_GENERATE_DOCS']
gem 'redcarpet'
gem 'yard'
gem 'yard', '<= 0.9.28'
end

0 comments on commit 12f1eef

Please sign in to comment.