We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fea624 commit 9a4370dCopy full SHA for 9a4370d
1 file changed
lib/docs/scrapers/python.rb
@@ -23,6 +23,13 @@ class Python < FileScraper
23
Licensed under the PSF License.
24
HTML
25
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
33
version '3.9' do
34
self.release = '3.9.4'
35
self.base_url = 'https://docs.python.org/3.9/'
0 commit comments