|
|
@@ -11,8 +11,6 @@ module Docs
|
|
|
|
|
|
html_filters.push 'trio/entries', 'trio/clean_html'
|
|
|
|
|
|
- options[:attribution] = <<-HTML
|
|
|
- HTML
|
|
|
options[:only_patterns] = [
|
|
|
/reference-core/,
|
|
|
/reference-io/,
|
|
|
@@ -20,5 +18,10 @@ module Docs
|
|
|
/reference-hazmat/,
|
|
|
]
|
|
|
|
|
|
+ options[:attribution] = <<-HTML
|
|
|
+ © 2017-2019 Nathaniel Smith<br>
|
|
|
+ Licensed under MIT and Apache2.
|
|
|
+ HTML
|
|
|
+
|
|
|
end
|
|
|
end
|