Update OCaml documentation (4.14)

pull/1730/head
Simon Legner 3 years ago
parent 303f9d4257
commit df0cee9d20

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

@ -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)

Loading…
Cancel
Save