File tree Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ Contents
140
140
usage
141
141
hooks
142
142
Source
143
+ license
143
144
144
145
.. sidebar-links ::
145
146
:caption: Links
Original file line number Diff line number Diff line change
1
+ =========
2
+ License
3
+ =========
4
+
5
+ ``tox-recreate-hook `` is licensed under the :choosealicense: `MIT `
6
+
7
+ .. license-info :: MIT
8
+
9
+ .. license ::
10
+ :py: tox-recreate-hook
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ seed-intersphinx-mapping>=0.3.1
6
6
sphinx < 3.4.0 ,>= 3.0.3
7
7
sphinx-copybutton >= 0.2.12
8
8
sphinx-debuginfo >= 0.1.0
9
+ sphinx-licenseinfo >= 0.1.1
9
10
sphinx-notfound-page >= 0.5
10
11
sphinx-prompt >= 1.1.0
11
12
sphinx-pyproject >= 0.1.0
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ extensions = [
71
71
" sphinxcontrib.default_values" ,
72
72
" sphinxcontrib.toctree_plus" ,
73
73
" sphinx_debuginfo" ,
74
+ " sphinx_licenseinfo" ,
74
75
" seed_intersphinx_mapping" ,
75
76
]
76
77
sphinxemoji_style = " twemoji"
Original file line number Diff line number Diff line change @@ -126,6 +126,9 @@ rst-directives =
126
126
TODO
127
127
envvar
128
128
extras-require
129
+ license
130
+ license-info
131
+ rst-roles = choosealicense
129
132
per-file-ignores =
130
133
tests/*: D100 D101 D102 D103 D104 D106 D201 D204 D207 D208 D209 D210 D211 D212 D213 D214 D215 D300 D301 D400 D402 D403 D404 D415 D417 DALL000 SLOT000 SLOT001 SLOT002
131
134
*/*.pyi: E301 E302 E305 D100 D101 D102 D103 D104 D106 D201 D204 D207 D208 D209 D210 D211 D212 D213 D214 D215 D300 D301 D400 D402 D403 D404 D415 D417 DALL000 SLOT000 SLOT001 SLOT002
You can’t perform that action at this time.
0 commit comments