File tree Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ This avoids having to manually compile (and keep updated) a mapping like:
173
173
.. _core metadata : https://packaging.python.org/specifications/core-metadata
174
174
.. _pull request : https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests
175
175
176
+
176
177
Contents
177
178
--------
178
179
@@ -189,6 +190,7 @@ Contents
189
190
usage
190
191
api/index
191
192
Source
193
+ license
192
194
193
195
.. sidebar-links ::
194
196
:caption: Links
Original file line number Diff line number Diff line change
1
+ =========
2
+ License
3
+ =========
4
+
5
+ ``seed_intersphinx_mapping `` is licensed under the :choosealicense: `MIT `
6
+
7
+ .. license-info :: MIT
8
+
9
+ .. license ::
10
+ :py: seed_intersphinx_mapping
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ furo>=2020.11.19b18
5
5
seed-intersphinx-mapping >= 0.3.1
6
6
sphinx-copybutton >= 0.2.12
7
7
sphinx-debuginfo >= 0.1.0
8
+ sphinx-licenseinfo >= 0.1.1
8
9
sphinx-notfound-page >= 0.5
9
10
sphinx-prompt >= 1.1.0
10
11
sphinx-pyproject >= 0.1.0
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ extensions = [
70
70
" sphinxcontrib.default_values" ,
71
71
" sphinxcontrib.toctree_plus" ,
72
72
" sphinx_debuginfo" ,
73
+ " sphinx_licenseinfo" ,
73
74
" seed_intersphinx_mapping" ,
74
75
" sphinx_toolbox_experimental.html_section" ,
75
76
" sphinx_toolbox_experimental.autosummary_widths" ,
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