Update React Django documentation (1.8.6)

Fixes #280.
pull/292/head
Thibaut 9 years ago
parent c3bd363811
commit a796be9202

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

@ -2,7 +2,7 @@ module Docs
class Django < FileScraper
self.name = 'Django'
self.type = 'sphinx'
self.version = '1.8.4'
self.version = '1.8.6'
self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
self.base_url = 'https://docs.djangoproject.com/en/1.8/'
self.root_path = 'index.html'

Loading…
Cancel
Save