|
|
|
@ -7,12 +7,23 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2009–2023 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
|
|
|
|
|
© 2009–2024 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
|
|
|
|
|
Licensed under the MIT License.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
version '1.11' do
|
|
|
|
|
self.release = '1.11.2'
|
|
|
|
|
self.base_url = "https://docs.julialang.org/en/v#{version}/"
|
|
|
|
|
self.type = 'julia'
|
|
|
|
|
|
|
|
|
|
html_filters.push 'julia/entries', 'julia/clean_html'
|
|
|
|
|
|
|
|
|
|
options[:container] = '.docs-main'
|
|
|
|
|
options[:only_patterns] = [/\Amanual\//, /\Abase\//, /\Astdlib\//]
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '1.10' do
|
|
|
|
|
self.release = '1.10.0.2'
|
|
|
|
|
self.release = '1.10.7'
|
|
|
|
|
self.base_url = "https://docs.julialang.org/en/v#{version}/"
|
|
|
|
|
self.type = 'julia'
|
|
|
|
|
|
|
|
|
|