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 f7caff2 commit e39bb27Copy full SHA for e39bb27
assets/stylesheets/components/_page.scss
@@ -8,8 +8,8 @@
8
9
&._page-error { position: static; }
10
11
- > h1 { @extend ._lined-heading; }
12
- > h1:first-child { margin-top: 0; }
+ > h1, > section > h1 { @extend ._lined-heading; }
+ > h1:first-child, > section:first-of-type > h1 { margin-top: 0; }
13
14
a[href^="http:"], a[href^="https:"] { @extend %external-link; }
15
lib/docs/scrapers/trio.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Trio < UrlScraper
3
self.type = 'simple'
4
- self.release = '0.18.0'
+ self.release = '0.22.2'
5
self.base_url = "https://trio.readthedocs.io/en/v#{self.release}/"
6
self.root_path = 'index.html'
7
self.links = {
0 commit comments