Merge pull request #1913 from ClasherKasten/update-python

Update Python (3.10.9, 3.11.1); Update attribution (it's 2023)
pull/1916/head
Simon Legner 2 years ago committed by GitHub
commit bf399a9e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,19 +17,19 @@ module Docs
library/sunau.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.
HTML
version '3.11' do
self.release = '3.11.0'
self.release = '3.11.1'
self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
end
version '3.10' do
self.release = '3.10.8'
self.release = '3.10.9'
self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'

Loading…
Cancel
Save