Skip to content

Commit

Permalink
Update Trio documentation (0.18.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Feb 18, 2021
1 parent 0a2a0d6 commit b317966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/docs/scrapers/trio.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Docs
class Trio < UrlScraper
self.type = 'simple'
self.release = '0.12.1'
self.base_url = 'https://trio.readthedocs.io/en/v0.12.1/'
self.release = '0.18.0'
self.base_url = "https://trio.readthedocs.io/en/v#{self.release}/"
self.root_path = 'index.html'
self.links = {
home: 'https://trio.readthedocs.io/',
Expand All @@ -15,7 +15,7 @@ class Trio < UrlScraper
/reference-core/,
/reference-io/,
/reference-testing/,
/reference-hazmat/,
/reference-lowlevel/,
]

options[:attribution] = <<-HTML
Expand Down

0 comments on commit b317966

Please sign in to comment.