Merge pull request #1300 from simon04/python-3.9

python: add version 3.9
pull/1302/head
Simon Legner 4 years ago committed by GitHub
commit 1188f667a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,22 +23,30 @@ module Docs
Licensed under the PSF License. Licensed under the PSF License.
HTML 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'
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 # docs.python.org/3.8/download.html
self.release = '3.8.1' self.release = '3.8.6'
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 # docs.python.org/3.7/download.html version '3.7' do # docs.python.org/3.7/download.html
self.release = '3.7.6' self.release = '3.7.9'
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'
end end
version '3.6' do # docs.python.org/3.6/download.html version '3.6' do # docs.python.org/3.6/download.html
self.release = '3.6.10' self.release = '3.6.12'
self.base_url = 'https://docs.python.org/3.6/' self.base_url = 'https://docs.python.org/3.6/'
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…
Cancel
Save