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 3232
3333 "autoapi.extension" ,
3434 "sphinx_autodoc_typehints" ,
35+ "sphinx_copybutton" ,
3536 "sphinx_json_schema_spec" ,
3637 "sphinxcontrib.spelling" ,
38+ "sphinxext.opengraph" ,
3739]
3840
3941cache_path = "_cache"
Original file line number Diff line number Diff line change 44sphinx
55sphinx-autoapi
66sphinx-autodoc-typehints
7+ sphinx-copybutton
78sphinx-json-schema-spec
89sphinxcontrib-spelling
10+ sphinxext-opengraph
Original file line number Diff line number Diff line change 66#
77alabaster == 0.7.12
88 # via sphinx
9- astroid == 2.12.2
9+ astroid == 2.12.5
1010 # via sphinx-autoapi
1111attrs == 22.1.0
1212 # via jsonschema
@@ -16,7 +16,7 @@ beautifulsoup4==4.11.1
1616 # via furo
1717certifi == 2022.6.15
1818 # via requests
19- charset-normalizer == 2.1.0
19+ charset-normalizer == 2.1.1
2020 # via requests
2121docutils == 0.19
2222 # via sphinx
@@ -69,15 +69,19 @@ sphinx==5.1.1
6969 # sphinx-autoapi
7070 # sphinx-autodoc-typehints
7171 # sphinx-basic-ng
72+ # sphinx-copybutton
7273 # sphinx-json-schema-spec
7374 # sphinxcontrib-spelling
75+ # sphinxext-opengraph
7476sphinx-autoapi == 1.9.0
7577 # via -r docs/requirements.in
7678sphinx-autodoc-typehints == 1.19.2
7779 # via -r docs/requirements.in
7880sphinx-basic-ng == 0.0.1a12
7981 # 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
8185 # via -r docs/requirements.in
8286sphinxcontrib-applehelp == 1.0.2
8387 # via sphinx
@@ -93,9 +97,11 @@ sphinxcontrib-serializinghtml==1.1.5
9397 # via sphinx
9498sphinxcontrib-spelling == 7.6.0
9599 # via -r docs/requirements.in
100+ sphinxext-opengraph == 0.6.3
101+ # via -r docs/requirements.in
96102unidecode == 1.3.4
97103 # via sphinx-autoapi
98- urllib3 == 1.26.11
104+ urllib3 == 1.26.12
99105 # via requests
100106wrapt == 1.14.1
101107 # via astroid
You can’t perform that action at this time.
0 commit comments