|
|
@@ -6,7 +6,7 @@ module Docs
|
|
|
home: 'https://requests.readthedocs.io/',
|
|
|
code: 'https://github.com/psf/requests'
|
|
|
}
|
|
|
- self.release = '2.28.1'
|
|
|
+ self.release = '2.32.5'
|
|
|
self.base_url = "https://requests.readthedocs.io/en/latest/api/"
|
|
|
|
|
|
html_filters.push 'requests/entries', 'sphinx/clean_html'
|
|
|
@@ -14,7 +14,7 @@ module Docs
|
|
|
options[:container] = '.body > section'
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
- © 2011-2022 Kenneth Reitz and other contributors<br>
|
|
|
+ © 2011-2025 Kenneth Reitz and other contributors<br>
|
|
|
Licensed under the Apache license.
|
|
|
HTML
|
|
|
|