|
|
@@ -15,10 +15,15 @@ module Docs
|
|
|
options[:skip_patterns] = [/\Achanges/, /\A_modules/, /\Acommunity/]
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
- © 2012–2016 by Rackspace Hosting, Inc. and other contributors<br>
|
|
|
+ © 2012–2017 by Rackspace Hosting, Inc. and other contributors<br>
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
HTML
|
|
|
|
|
|
+ version '1.4' do
|
|
|
+ self.release = '1.4.1'
|
|
|
+ self.base_url = "https://falcon.readthedocs.io/en/#{self.release}/"
|
|
|
+ end
|
|
|
+
|
|
|
version '1.3' do
|
|
|
self.release = '1.3.0'
|
|
|
self.base_url = "https://falcon.readthedocs.io/en/#{self.release}/"
|