We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2a0d6 commit b317966Copy full SHA for b317966
1 file changed
lib/docs/scrapers/trio.rb
@@ -1,8 +1,8 @@
1
module Docs
2
class Trio < UrlScraper
3
self.type = 'simple'
4
- self.release = '0.12.1'
5
- 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}/"
6
self.root_path = 'index.html'
7
self.links = {
8
home: 'https://trio.readthedocs.io/',
@@ -15,7 +15,7 @@ class Trio < UrlScraper
15
/reference-core/,
16
/reference-io/,
17
/reference-testing/,
18
- /reference-hazmat/,
+ /reference-lowlevel/,
19
]
20
21
options[:attribution] = <<-HTML
0 commit comments