Browse Source

Update Django documentation (1.7.0)

Thibaut 11 years ago
parent
commit
f12a95bd7a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/django.rb

+ 2 - 2
lib/docs/scrapers/django.rb

@@ -2,9 +2,9 @@ module Docs
   class Django < FileScraper
     self.name = 'Django'
     self.type = 'sphinx'
-    self.version = '1.6.6'
+    self.version = '1.7.0'
     self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
-    self.base_url = 'https://docs.djangoproject.com/en/1.6/'
+    self.base_url = 'https://docs.djangoproject.com/en/1.7/'
     self.root_path = 'index.html'
 
     html_filters.push 'django/entries', 'django/clean_html'