Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/docs/scrapers/maplibre_gl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class MaplibreGl < UrlScraper
self.name = 'MapLibre GL JS'
self.slug = 'maplibre_gl'
self.type = 'maplibre_gl'
self.release = '5.24.0'
self.release = '6.3.0'
self.base_url = 'https://maplibre.org/maplibre-gl-js/docs/'
self.root_path = '/'
self.links = {
Expand Down
2 changes: 1 addition & 1 deletion lib/docs/scrapers/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Python < UrlScraper
HTML

version '3.14' do
self.release = '3.14.6'
self.release = '3.14.7'
self.base_url = "https://docs.python.org/#{self.version}/"

html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
Expand Down
Loading