mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update versions of currently supported python versions
This commit is contained in:
parent
3b2daf1e6d
commit
b36a0b51b9
1 changed files with 5 additions and 5 deletions
|
@ -22,35 +22,35 @@ module Docs
|
||||||
HTML
|
HTML
|
||||||
|
|
||||||
version '3.11' do
|
version '3.11' do
|
||||||
self.release = '3.11.0rc2'
|
self.release = '3.11.0'
|
||||||
self.base_url = "https://docs.python.org/#{self.version}/"
|
self.base_url = "https://docs.python.org/#{self.version}/"
|
||||||
|
|
||||||
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
||||||
end
|
end
|
||||||
|
|
||||||
version '3.10' do
|
version '3.10' do
|
||||||
self.release = '3.10.7'
|
self.release = '3.10.8'
|
||||||
self.base_url = "https://docs.python.org/#{self.version}/"
|
self.base_url = "https://docs.python.org/#{self.version}/"
|
||||||
|
|
||||||
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
||||||
end
|
end
|
||||||
|
|
||||||
version '3.9' do
|
version '3.9' do
|
||||||
self.release = '3.9.4'
|
self.release = '3.9.14'
|
||||||
self.base_url = 'https://docs.python.org/3.9/'
|
self.base_url = 'https://docs.python.org/3.9/'
|
||||||
|
|
||||||
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
||||||
end
|
end
|
||||||
|
|
||||||
version '3.8' do
|
version '3.8' do
|
||||||
self.release = '3.8.6'
|
self.release = '3.8.14'
|
||||||
self.base_url = 'https://docs.python.org/3.8/'
|
self.base_url = 'https://docs.python.org/3.8/'
|
||||||
|
|
||||||
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
||||||
end
|
end
|
||||||
|
|
||||||
version '3.7' do
|
version '3.7' do
|
||||||
self.release = '3.7.9'
|
self.release = '3.7.14'
|
||||||
self.base_url = 'https://docs.python.org/3.7/'
|
self.base_url = 'https://docs.python.org/3.7/'
|
||||||
|
|
||||||
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
||||||
|
|
Loading…
Reference in a new issue