Update Django documentation (1.8.0)

Fixes #183.
pull/200/head
Thibaut 10 years ago
parent 2eccb7ebd8
commit e52bbcd64c

@ -39,7 +39,7 @@ module Docs
end
def include_default_entry?
at_css('#sidebar a[href="index"]')
at_css('#sidebar a[href="index"]') || at_css('h1 ~ .section')
end
end
end

@ -2,9 +2,9 @@ module Docs
class Django < FileScraper
self.name = 'Django'
self.type = 'sphinx'
self.version = '1.7.6'
self.version = '1.8.0'
self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
self.base_url = 'https://docs.djangoproject.com/en/1.7/'
self.base_url = 'https://docs.djangoproject.com/en/1.8/'
self.root_path = 'index.html'
self.links = {
home: 'https://www.djangoproject.com/',

Loading…
Cancel
Save