mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Python documentation (3.12.4)
Some checks failed
Deploy / Deploy to Heroku (push) Has been cancelled
Some checks failed
Deploy / Deploy to Heroku (push) Has been cancelled
This commit is contained in:
parent
9970b46fe2
commit
7d24d973e4
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
module Docs
|
||||
class Python < FileScraper
|
||||
class Python < UrlScraper
|
||||
self.type = 'python'
|
||||
self.root_path = 'index.html'
|
||||
self.links = {
|
||||
|
@ -23,12 +23,12 @@ module Docs
|
|||
library/sunau.html)
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2001–2023 Python Software Foundation<br>
|
||||
© 2001–2024 Python Software Foundation<br>
|
||||
Licensed under the PSF License.
|
||||
HTML
|
||||
|
||||
version '3.12' do
|
||||
self.release = '3.12.1'
|
||||
self.release = '3.12.4'
|
||||
self.base_url = "https://docs.python.org/#{self.version}/"
|
||||
|
||||
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
||||
|
|
Loading…
Reference in a new issue