Update Julia documentation (1.10.0.2)

pull/2073/head
Simon Legner 1 year ago
parent 263c8a57f6
commit 9d538b4aac

@ -11,6 +11,17 @@ module Docs
Licensed under the MIT License.
HTML
version '1.10' do
self.release = '1.10.0.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.9' do
self.release = '1.9.2'
self.base_url = "https://docs.julialang.org/en/v#{version}/"

Loading…
Cancel
Save