File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
"autoapi.extension" ,
34
34
"sphinx_autodoc_typehints" ,
35
+ "sphinx_copybutton" ,
35
36
"sphinx_json_schema_spec" ,
36
37
"sphinxcontrib.spelling" ,
38
+ "sphinxext.opengraph" ,
37
39
]
38
40
39
41
cache_path = "_cache"
Original file line number Diff line number Diff line change 4
4
sphinx
5
5
sphinx-autoapi
6
6
sphinx-autodoc-typehints
7
+ sphinx-copybutton
7
8
sphinx-json-schema-spec
8
9
sphinxcontrib-spelling
10
+ sphinxext-opengraph
Original file line number Diff line number Diff line change 6
6
#
7
7
alabaster == 0.7.12
8
8
# via sphinx
9
- astroid == 2.12.2
9
+ astroid == 2.12.5
10
10
# via sphinx-autoapi
11
11
attrs == 22.1.0
12
12
# via jsonschema
@@ -16,7 +16,7 @@ beautifulsoup4==4.11.1
16
16
# via furo
17
17
certifi == 2022.6.15
18
18
# via requests
19
- charset-normalizer == 2.1.0
19
+ charset-normalizer == 2.1.1
20
20
# via requests
21
21
docutils == 0.19
22
22
# via sphinx
@@ -69,15 +69,19 @@ sphinx==5.1.1
69
69
# sphinx-autoapi
70
70
# sphinx-autodoc-typehints
71
71
# sphinx-basic-ng
72
+ # sphinx-copybutton
72
73
# sphinx-json-schema-spec
73
74
# sphinxcontrib-spelling
75
+ # sphinxext-opengraph
74
76
sphinx-autoapi == 1.9.0
75
77
# via -r docs/requirements.in
76
78
sphinx-autodoc-typehints == 1.19.2
77
79
# via -r docs/requirements.in
78
80
sphinx-basic-ng == 0.0.1a12
79
81
# via furo
80
- sphinx-json-schema-spec == 2.2.2
82
+ sphinx-copybutton == 0.5.0
83
+ # via -r docs/requirements.in
84
+ sphinx-json-schema-spec == 2.2.3
81
85
# via -r docs/requirements.in
82
86
sphinxcontrib-applehelp == 1.0.2
83
87
# via sphinx
@@ -93,9 +97,11 @@ sphinxcontrib-serializinghtml==1.1.5
93
97
# via sphinx
94
98
sphinxcontrib-spelling == 7.6.0
95
99
# via -r docs/requirements.in
100
+ sphinxext-opengraph == 0.6.3
101
+ # via -r docs/requirements.in
96
102
unidecode == 1.3.4
97
103
# via sphinx-autoapi
98
- urllib3 == 1.26.11
104
+ urllib3 == 1.26.12
99
105
# via requests
100
106
wrapt == 1.14.1
101
107
# via astroid
You can’t perform that action at this time.
0 commit comments