File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
}
23
23
master_doc = "index"
24
24
language = "en"
25
- needs_sphinx = "7.4 "
25
+ needs_sphinx = "8.1 "
26
26
templates_path = ["_templates" ]
27
27
28
28
intersphinx_mapping = {
43
43
html_theme = "sphinx_book_theme"
44
44
html_theme_options = {
45
45
"repository_url" : "https://github.com/tree-sitter/py-tree-sitter" ,
46
- "pygment_light_style " : "default" ,
47
- "pygment_dark_style " : "github-dark" ,
46
+ "pygments_light_style " : "default" ,
47
+ "pygments_dark_style " : "github-dark" ,
48
48
"navigation_with_keys" : False ,
49
49
"use_repository_button" : True ,
50
50
"use_download_button" : False ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " tree-sitter"
7
- version = " 0.23.2 "
7
+ version = " 0.24.0 "
8
8
description = " Python bindings to the Tree-sitter parsing library"
9
9
keywords = [" incremental" , " parsing" , " tree-sitter" ]
10
10
classifiers = [
@@ -31,12 +31,12 @@ name = "Max Brunsfeld"
31
31
32
32
33
33
[project .optional-dependencies ]
34
- docs = [" sphinx~=7.4 " , " sphinx-book-theme" ]
34
+ docs = [" sphinx~=8.1 " , " sphinx-book-theme" ]
35
35
tests = [
36
36
" tree-sitter-html>=0.23.2" ,
37
37
" tree-sitter-javascript>=0.23.1" ,
38
38
" tree-sitter-json>=0.24.8" ,
39
- " tree-sitter-python>=0.23.0 " ,
39
+ " tree-sitter-python>=0.23.6 " ,
40
40
" tree-sitter-rust>=0.23.2" ,
41
41
]
42
42
You can’t perform that action at this time.
0 commit comments