From 4c451b8575db8bbb151101aaf29becf1081d3ddb Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 2 Jan 2017 15:48:29 -0500 Subject: [PATCH] Update Python documentation (3.6.0, 3.5.2, 2.7.12) --- lib/docs/scrapers/python.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 966ffee0..91750683 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -19,6 +19,14 @@ module Docs Licensed under the PSF License. HTML + version '3.6' do + self.release = '3.6.0' + self.dir = '/Users/Thibaut/DevDocs/Docs/Python36' # docs.python.org/3.6/download.html + 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 self.release = '3.5.2' self.dir = '/Users/Thibaut/DevDocs/Docs/Python35' # docs.python.org/3.5/download.html