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 9970b46 commit 7d24d97Copy full SHA for 7d24d97
lib/docs/scrapers/python.rb
@@ -1,5 +1,5 @@
1
module Docs
2
- class Python < FileScraper
+ class Python < UrlScraper
3
self.type = 'python'
4
self.root_path = 'index.html'
5
self.links = {
@@ -23,12 +23,12 @@ class Python < FileScraper
23
library/sunau.html)
24
25
options[:attribution] = <<-HTML
26
- © 2001–2023 Python Software Foundation<br>
+ © 2001–2024 Python Software Foundation<br>
27
Licensed under the PSF License.
28
HTML
29
30
version '3.12' do
31
- self.release = '3.12.1'
+ self.release = '3.12.4'
32
self.base_url = "https://docs.python.org/#{self.version}/"
33
34
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
0 commit comments