Skip to content

Commit e39bb27

Browse files
committed
Update Trio documentation (0.22.2)
1 parent f7caff2 commit e39bb27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/stylesheets/components/_page.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
&._page-error { position: static; }
1010

11-
> h1 { @extend ._lined-heading; }
12-
> h1:first-child { margin-top: 0; }
11+
> h1, > section > h1 { @extend ._lined-heading; }
12+
> h1:first-child, > section:first-of-type > h1 { margin-top: 0; }
1313

1414
a[href^="http:"], a[href^="https:"] { @extend %external-link; }
1515

lib/docs/scrapers/trio.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Trio < UrlScraper
33
self.type = 'simple'
4-
self.release = '0.18.0'
4+
self.release = '0.22.2'
55
self.base_url = "https://trio.readthedocs.io/en/v#{self.release}/"
66
self.root_path = 'index.html'
77
self.links = {

0 commit comments

Comments
 (0)