Browse Source

Update Werkzeug documentation (3.1.1)

Simon Legner 10 months ago
parent
commit
5a129d4778
1 changed files with 5 additions and 0 deletions
  1. 5 0
      lib/docs/scrapers/werkzeug.rb

+ 5 - 0
lib/docs/scrapers/werkzeug.rb

@@ -17,6 +17,11 @@ module Docs
       Licensed under the BSD 3-clause License.
     HTML
 
+    version do
+      self.release = '3.1.1'
+      self.base_url = "https://werkzeug.palletsprojects.com/en/latest/"
+    end
+
     version '3.0' do
       self.release = '3.0.x'
       self.base_url = "https://werkzeug.palletsprojects.com/en/#{self.release}/"