Skip to content

Commit 3fabf60

Browse files
committed
Update Qt documentation (6.8)
1 parent e9a1fee commit 3fabf60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/scrapers/qt.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Qt < UrlScraper
1111

1212
html_filters.push 'qt/entries', 'qt/clean_html'
1313

14-
options[:container] = '.main'
14+
options[:container] = 'article, .main'
1515
options[:max_image_size] = 156_000
1616
options[:skip_patterns] = [
1717
# License, copyright attributions
@@ -103,12 +103,12 @@ class Qt < UrlScraper
103103
Licensed under the GNU Free Documentation License, Version 1.3.
104104
HTML
105105

106-
version '6.8' do
106+
version do
107107
self.release = '6.8'
108108
self.base_url = "https://doc.qt.io/qt-#{self.release}/"
109109
end
110110

111-
version do
111+
version '6.2' do
112112
self.release = '6.2'
113113
self.base_url = "https://doc.qt.io/qt-#{self.release}/"
114114
end

0 commit comments

Comments
 (0)