Update Python documentation (3.12.1)

pull/2082/head
Simon Legner 1 year ago
parent b46cb9598d
commit 4862e15775

@ -28,14 +28,14 @@ module Docs
HTML
version '3.12' do
self.release = '3.12.0'
self.release = '3.12.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.11' do
self.release = '3.11.5'
self.release = '3.11.7'
self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'

Loading…
Cancel
Save