|
|
|
@ -19,47 +19,46 @@ module Docs
|
|
|
|
|
library/sunau.html)
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2001–2020 Python Software Foundation<br>
|
|
|
|
|
© 2001–2021 Python Software Foundation<br>
|
|
|
|
|
Licensed under the PSF License.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
# mkdir -p docs/python~3.9 && cd docs/python~3.9 && curl -L https://docs.python.org/3.9/archives/python-3.9.0-docs-html.tar.bz2 | tar xj --strip-components=1
|
|
|
|
|
version '3.9' do # docs.python.org/3.9/download.html
|
|
|
|
|
self.release = '3.9.0'
|
|
|
|
|
version '3.9' do
|
|
|
|
|
self.release = '3.9.4'
|
|
|
|
|
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 # docs.python.org/3.8/download.html
|
|
|
|
|
version '3.8' do
|
|
|
|
|
self.release = '3.8.6'
|
|
|
|
|
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 # docs.python.org/3.7/download.html
|
|
|
|
|
version '3.7' do
|
|
|
|
|
self.release = '3.7.9'
|
|
|
|
|
self.base_url = 'https://docs.python.org/3.7/'
|
|
|
|
|
|
|
|
|
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '3.6' do # docs.python.org/3.6/download.html
|
|
|
|
|
version '3.6' do
|
|
|
|
|
self.release = '3.6.12'
|
|
|
|
|
self.base_url = 'https://docs.python.org/3.6/'
|
|
|
|
|
|
|
|
|
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '3.5' do # docs.python.org/3.5/download.html
|
|
|
|
|
version '3.5' do
|
|
|
|
|
self.release = '3.5.9'
|
|
|
|
|
self.base_url = 'https://docs.python.org/3.5/'
|
|
|
|
|
|
|
|
|
|
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '2.7' do # docs.python.org/2.7/download.html
|
|
|
|
|
version '2.7' do
|
|
|
|
|
self.release = '2.7.17'
|
|
|
|
|
self.base_url = 'https://docs.python.org/2.7/'
|
|
|
|
|
|
|
|
|
|