Browse Source

Update Django documentation (2.0.1)

Thibaut Courouble 8 years ago
parent
commit
c85e4398a7
1 changed files with 7 additions and 1 deletions
  1. 7 1
      lib/docs/scrapers/django.rb

+ 7 - 1
lib/docs/scrapers/django.rb

@@ -34,8 +34,14 @@ module Docs
       Licensed under the BSD License.
     HTML
 
+    version '2.0' do
+      self.release = '2.0.1'
+      self.dir = '/Users/Thibaut/DevDocs/Docs/Django20'
+      self.base_url = 'https://docs.djangoproject.com/en/2.0/'
+    end
+
     version '1.11' do
-      self.release = '1.11.5'
+      self.release = '1.11.9'
       self.dir = '/Users/Thibaut/DevDocs/Docs/Django111'
       self.base_url = 'https://docs.djangoproject.com/en/1.11/'
     end