You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate docs for RandomKit and I get this error:
$ jazzy --source-directory ../RandomKit --config .jazzy.yaml
Using config file /Users/nvzqz/dev/projects/swift/RandomKit.gh-pages/.jazzy.yaml
/usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:165:in `block in <class:Config>': undefined method `empty?' for 3.1:Float (NoMethodError)
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:36:in `instance_exec'
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:36:in `set'
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:45:in `set_if_unconfigured'
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:421:in `block in parse_config_file'
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:409:in `each'
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:409:in `parse_config_file'
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/lib/jazzy/config.rb:351:in `parse!'
from /usr/local/lib/ruby/gems/2.3.0/gems/jazzy-0.8.3/bin/jazzy:15:in `<top (required)>'
from /usr/local/bin/jazzy:23:in `load'
from /usr/local/bin/jazzy:23:in `<main>'
@segiddins quoting it worked. It worked for me previously without quoting it. Something might've changed since then. The last time I generated the docs was June 1st.
I'm trying to generate docs for RandomKit and I get this error:
Here's my Ruby version:
Thanks!
The text was updated successfully, but these errors were encountered: