[devdocsgjs/main: 2/64] Update OCaml documentation (4.14)




commit df0cee9d20c986eb1a38b8bb04304ebc951f5a4a
Author: Simon Legner <Simon Legner gmail com>
Date:   Fri Apr 8 21:04:22 2022 +0200

    Update OCaml documentation (4.14)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/ocaml.rb                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 8f83cbad..0cfb8492 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -609,7 +609,7 @@ credits = [
     'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
   ], [
     'OCaml',
-    '1995-2021 INRIA',
+    '1995-2022 INRIA',
     'CC BY-SA',
     'https://ocaml.org/docs/'
   ], [
diff --git a/lib/docs/scrapers/ocaml.rb b/lib/docs/scrapers/ocaml.rb
index e681fcd8..72de98f8 100644
--- a/lib/docs/scrapers/ocaml.rb
+++ b/lib/docs/scrapers/ocaml.rb
@@ -3,7 +3,7 @@ module Docs
     self.name = 'OCaml'
     self.type = 'ocaml'
     self.root_path = 'index.html'
-    self.release = '4.13'
+    self.release = '4.14'
     self.base_url = "https://www.ocaml.org/releases/#{self.release}/htmlman/";
     self.links = {
       home: 'https://ocaml.org/',
@@ -23,7 +23,7 @@ module Docs
     ]
 
     options[:attribution] = <<-HTML
-      &copy; 1995-2021 INRIA.
+      &copy; 1995-2022 INRIA.
     HTML
 
     def get_latest_version(opts)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]