File tree Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 31
31
extensions = [
32
32
'sphinx.ext.autodoc' ,
33
33
'sphinx.ext.inheritance_diagram' ,
34
+ "sphinx.ext.intersphinx" ,
34
35
'sphinx.ext.viewcode' ,
35
36
'sphinx_autodoc_typehints' ,
36
37
'sphinx_copybutton' ,
51
52
52
53
primary_domain = 'py'
53
54
55
+ # Enable links to Python standard library classes (str, list, dict, etc).
56
+ intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None )}
57
+
54
58
# -- Options for HTML output -------------------------------------------------
55
59
56
60
# The theme to use for HTML and HTML Help pages. See the documentation for
Original file line number Diff line number Diff line change 6
6
#
7
7
alabaster == 1.0.0
8
8
# via sphinx
9
- babel == 2.16 .0
9
+ babel == 2.17 .0
10
10
# via sphinx
11
- beautifulsoup4 == 4.12.3
11
+ beautifulsoup4 == 4.13.4
12
12
# via furo
13
- certifi == 2024.12.14
13
+ certifi == 2025.6.15
14
14
# via requests
15
- charset-normalizer == 3.4.1
15
+ charset-normalizer == 3.4.2
16
16
# via requests
17
17
docutils == 0.21.2
18
18
# via sphinx
@@ -22,30 +22,32 @@ idna==3.10
22
22
# via requests
23
23
imagesize == 1.4.1
24
24
# via sphinx
25
- jinja2 == 3.1.5
25
+ jinja2 == 3.1.6
26
26
# via sphinx
27
27
markupsafe == 3.0.2
28
28
# via jinja2
29
- packaging == 24.2
29
+ packaging == 25.0
30
30
# via sphinx
31
31
pygments == 2.19.1
32
32
# via
33
33
# furo
34
34
# sphinx
35
- requests == 2.32.3
35
+ requests == 2.32.4
36
36
# via sphinx
37
- snowballstemmer == 2.2 .0
37
+ roman-numerals-py == 3.1 .0
38
38
# via sphinx
39
- soupsieve == 2.6
39
+ snowballstemmer == 3.0.1
40
+ # via sphinx
41
+ soupsieve == 2.7
40
42
# via beautifulsoup4
41
- sphinx == 8.1 .3
43
+ sphinx == 8.2 .3
42
44
# via
43
45
# -r requirements.in
44
46
# furo
45
47
# sphinx-autodoc-typehints
46
48
# sphinx-basic-ng
47
49
# sphinx-copybutton
48
- sphinx-autodoc-typehints == 3.0 .0
50
+ sphinx-autodoc-typehints == 3.2 .0
49
51
# via -r requirements.in
50
52
sphinx-basic-ng == 1.0.0b2
51
53
# via furo
@@ -63,5 +65,7 @@ sphinxcontrib-qthelp==2.0.0
63
65
# via sphinx
64
66
sphinxcontrib-serializinghtml == 2.0.0
65
67
# via sphinx
66
- urllib3 == 2.3.0
68
+ typing-extensions == 4.14.0
69
+ # via beautifulsoup4
70
+ urllib3 == 2.4.0
67
71
# via requests
You can’t perform that action at this time.
0 commit comments