Skip to content

Commit 7009c11

Browse files
committed
Update OCaml documentation (5.4)
1 parent c730dac commit 7009c11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/docs/filters/ocaml/clean_html.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module Docs
22
class Ocaml
33
class CleanHtmlFilter < Filter
44
def call
5+
@doc = at_css('.api') || doc
56

67
css('#sidebar').remove
78

lib/docs/scrapers/ocaml.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ class Ocaml < UrlScraper
2121
]
2222

2323
options[:attribution] = <<-HTML
24-
&copy; 1995-2024 INRIA.
24+
&copy; 1995-2025 INRIA.
2525
HTML
2626

2727
version '' do
28-
self.release = '5.3'
28+
self.release = '5.4'
2929
self.base_url = "https://ocaml.org/manual/#{self.release}/"
3030
end
3131

0 commit comments

Comments
 (0)