Przeglądaj źródła

Update Julia documentation (1.8.5)

Simon Legner 2 lat temu
rodzic
commit
8678b5aa97
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lib/docs/scrapers/julia.rb

+ 2 - 2
lib/docs/scrapers/julia.rb

@@ -12,8 +12,8 @@ module Docs
     HTML
 
     version '1.8' do
-      self.release = '1.8.0'
-      self.base_url = "https://docs.julialang.org/en/v#{release}/"
+      self.release = '1.8.5'
+      self.base_url = "https://docs.julialang.org/en/v#{version}/"
       self.type = 'julia'
 
       html_filters.push 'julia/entries', 'julia/clean_html'