We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730dac commit 7009c11Copy full SHA for 7009c11
lib/docs/filters/ocaml/clean_html.rb
@@ -2,6 +2,7 @@ module Docs
2
class Ocaml
3
class CleanHtmlFilter < Filter
4
def call
5
+ @doc = at_css('.api') || doc
6
7
css('#sidebar').remove
8
lib/docs/scrapers/ocaml.rb
@@ -21,11 +21,11 @@ class Ocaml < UrlScraper
21
]
22
23
options[:attribution] = <<-HTML
24
- © 1995-2024 INRIA.
+ © 1995-2025 INRIA.
25
HTML
26
27
version '' do
28
- self.release = '5.3'
+ self.release = '5.4'
29
self.base_url = "https://ocaml.org/manual/#{self.release}/"
30
end
31
0 commit comments