Skip to content

Commit 9a4370d

Browse files
committed
Update Python documentation (3.10.0)
1 parent 9fea624 commit 9a4370d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/docs/scrapers/python.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ class Python < FileScraper
2323
Licensed under the PSF License.
2424
HTML
2525

26+
version '3.10' do
27+
self.release = '3.10.0'
28+
self.base_url = "https://docs.python.org/#{self.version}/"
29+
30+
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
31+
end
32+
2633
version '3.9' do
2734
self.release = '3.9.4'
2835
self.base_url = 'https://docs.python.org/3.9/'

0 commit comments

Comments
 (0)