|
|
|
@ -17,19 +17,19 @@ module Docs
|
|
|
|
|
library/sunau.html)
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2001–2022 Python Software Foundation<br>
|
|
|
|
|
© 2001–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'
|
|
|
|
|