lib/jazzy/config.rb in jazzy-0.6.3 vs lib/jazzy/config.rb in jazzy-0.7.0

- old
+ new

@@ -210,11 +210,9 @@ config_attr :podspec, command_line: '--podspec FILEPATH', parse: ->(ps) { PodspecDocumenter.create_podspec(Pathname(ps)) if ps }, default: Dir['*.podspec{,.json}'].first - config_attr :docset_platform, default: 'jazzy' - config_attr :docset_icon, command_line: '--docset-icon FILEPATH', parse: ->(di) { expand_path(di) } config_attr :docset_path,