ソースを参照

Update OCaml documentation (4.14)

Simon Legner 3 年 前
コミット
df0cee9d20

+ 1 - 1
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/'
   ], [

+ 2 - 2
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)