We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fa7c8 commit 9c87e45Copy full SHA for 9c87e45
lib/docs/scrapers/python.rb
@@ -23,8 +23,16 @@ class Python < FileScraper
23
Licensed under the PSF License.
24
HTML
25
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
34
version '3.6' do
- self.release = '3.6.4'
35
+ self.release = '3.6.6'
36
self.dir = '/Users/Thibaut/DevDocs/Docs/Python36' # docs.python.org/3.6/download.html
37
self.base_url = 'https://docs.python.org/3.6/'
38
0 commit comments