Update Python documentation (3.12.0)

This commit is contained in:
Simon Legner 2023-10-09 21:11:34 +02:00
parent 6a5a8a558c
commit 9290b58395

View file

@ -21,15 +21,22 @@ module Docs
Licensed under the PSF License.
HTML
version '3.12' do
self.release = '3.12.0'
self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
end
version '3.11' do
self.release = '3.11.1'
self.release = '3.11.5'
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.9'
self.release = '3.10.13'
self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'