Merge pull request #2077 from freeCodeCamp/python

Update Python documentation (3.12.0)
This commit is contained in:
Simon Legner 2023-10-09 21:14:21 +02:00 committed by GitHub
commit 7404fae1be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'