Skip to content

Commit c1b8152

Browse files
committed
Update Python documentation (3.13.0rc1)
1 parent abcf71f commit c1b8152

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/docs/scrapers/python.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ class Python < UrlScraper
2727
Licensed under the PSF License.
2828
HTML
2929

30+
version '3.13' do
31+
self.release = '3.13.0rc1'
32+
self.base_url = "https://docs.python.org/#{self.version}/"
33+
34+
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
35+
end
36+
3037
version '3.12' do
3138
self.release = '3.12.5'
3239
self.base_url = "https://docs.python.org/#{self.version}/"

0 commit comments

Comments
 (0)