Update Python (3.10.9, 3.11.1)

Update attribution, it's 2023.
pull/1913/head
ClasherKasten 2 years ago
parent 3319af21f8
commit 791cfb6855
No known key found for this signature in database
GPG Key ID: FAF77373D38D88E4

@ -17,19 +17,19 @@ module Docs
library/sunau.html) library/sunau.html)
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2001&ndash;2022 Python Software Foundation<br> &copy; 2001&ndash;2023 Python Software Foundation<br>
Licensed under the PSF License. Licensed under the PSF License.
HTML HTML
version '3.11' do version '3.11' do
self.release = '3.11.0' self.release = '3.11.1'
self.base_url = "https://docs.python.org/#{self.version}/" self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
end end
version '3.10' do version '3.10' do
self.release = '3.10.8' self.release = '3.10.9'
self.base_url = "https://docs.python.org/#{self.version}/" self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'

Loading…
Cancel
Save