diff --git a/lib/docs/scrapers/trio.rb b/lib/docs/scrapers/trio.rb index cf90f77d..041d6564 100644 --- a/lib/docs/scrapers/trio.rb +++ b/lib/docs/scrapers/trio.rb @@ -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
+ Licensed under MIT and Apache2. + HTML + end end diff --git a/public/docs/docs.json b/public/docs/docs.json index e27f82ee..039aa7c2 100644 --- a/public/docs/docs.json +++ b/public/docs/docs.json @@ -63,7 +63,7 @@ "code": "https://github.com/python-trio/trio" }, "release": "0.11", - "mtime": 1556326478, - "db_size": 757201 + "mtime": 1556402796, + "db_size": 757536 } ] \ No newline at end of file