浏览代码

Update Octave documentation (8.1.0)

Simon Legner 2 年之前
父节点
当前提交
e8dcd14cdf
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      lib/docs/scrapers/octave.rb

+ 6 - 1
lib/docs/scrapers/octave.rb

@@ -23,12 +23,17 @@ module Docs
     options[:root_title] = 'GNU Octave'
 
     options[:attribution] = <<-HTML
-      &copy; 1996–2022 The Octave Project Developers<br>
+      &copy; 1996–2023 The Octave Project Developers<br>
       Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.<br/>
       Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.</br>
       Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
     HTML
 
+    version '8' do
+      self.release = '8.1.0'
+      self.base_url = "https://docs.octave.org/v#{self.release}/"
+    end
+
     version '7' do
       self.release = '7.2.0'
       self.base_url = "https://docs.octave.org/v#{self.release}/"