Skip to content

Commit c05094f

Browse files
committed
Update Octave documentation (9.2.0)
1 parent 1f9cce1 commit c05094f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/docs/scrapers/octave.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ class Octave < UrlScraper
2929
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
3030
HTML
3131

32+
version '9' do
33+
self.release = '9.2.0'
34+
self.base_url = "https://docs.octave.org/v#{self.release}/"
35+
end
36+
3237
version '8' do
3338
self.release = '8.1.0'
3439
self.base_url = "https://docs.octave.org/v#{self.release}/"

0 commit comments

Comments
 (0)