From c1b8152669f67e9819916a61e9d3f630e6250839 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 18 Aug 2024 13:23:16 +0200 Subject: [PATCH] Update Python documentation (3.13.0rc1) --- lib/docs/scrapers/python.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 26c3e5d9..3ff84bd7 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -27,6 +27,13 @@ module Docs Licensed under the PSF License. HTML + version '3.13' do + self.release = '3.13.0rc1' + self.base_url = "https://docs.python.org/#{self.version}/" + + html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' + end + version '3.12' do self.release = '3.12.5' self.base_url = "https://docs.python.org/#{self.version}/"