Skip to content

Commit 9c87e45

Browse files
committed
Update Python documentation (3.7.0)
1 parent 22fa7c8 commit 9c87e45

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/docs/scrapers/python.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,16 @@ class Python < FileScraper
2323
Licensed under the PSF License.
2424
HTML
2525

26+
version '3.7' do
27+
self.release = '3.7.0'
28+
self.dir = '/Users/Thibaut/DevDocs/Docs/Python37' # docs.python.org/3.7/download.html
29+
self.base_url = 'https://docs.python.org/3.7/'
30+
31+
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
32+
end
33+
2634
version '3.6' do
27-
self.release = '3.6.4'
35+
self.release = '3.6.6'
2836
self.dir = '/Users/Thibaut/DevDocs/Docs/Python36' # docs.python.org/3.6/download.html
2937
self.base_url = 'https://docs.python.org/3.6/'
3038

0 commit comments

Comments
 (0)