Update versions of currently supported python versions

This commit is contained in:
ClasherKasten 2022-10-26 12:49:29 +02:00
parent 3b2daf1e6d
commit b36a0b51b9
No known key found for this signature in database
GPG key ID: FAF77373D38D88E4

View file

@ -22,35 +22,35 @@ module Docs
HTML
version '3.11' do
self.release = '3.11.0rc2'
self.release = '3.11.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.10' do
self.release = '3.10.7'
self.release = '3.10.8'
self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
end
version '3.9' do
self.release = '3.9.4'
self.release = '3.9.14'
self.base_url = 'https://docs.python.org/3.9/'
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
end
version '3.8' do
self.release = '3.8.6'
self.release = '3.8.14'
self.base_url = 'https://docs.python.org/3.8/'
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
end
version '3.7' do
self.release = '3.7.9'
self.release = '3.7.14'
self.base_url = 'https://docs.python.org/3.7/'
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'