|
|
@@ -62,9 +62,7 @@ module Docs
|
|
|
end
|
|
|
|
|
|
def get_latest_version(opts)
|
|
|
- doc = fetch_doc('http://pandas.pydata.org/pandas-docs/stable/', opts)
|
|
|
- label = doc.at_css('.body > .section > p').content
|
|
|
- label.scan(/Version: ([0-9.]+)/)[0][0]
|
|
|
+ get_latest_github_release('pandas-dev', 'pandas', opts)
|
|
|
end
|
|
|
end
|
|
|
end
|