diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 09d84204..275e7379 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -21,6 +21,13 @@ module Docs Licensed under the PSF License. HTML + version '3.11' do + self.release = '3.11.0rc2' + self.base_url = "https://docs.python.org/#{self.version}/" + + html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' + end + version '3.10' do self.release = '3.10.7' self.base_url = "https://docs.python.org/#{self.version}/"