File tree Expand file tree Collapse file tree 5 files changed +18
-2
lines changed Expand file tree Collapse file tree 5 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ Installation
124
124
125
125
.. end installation
126
126
127
+
127
128
.. toctree ::
128
129
:hidden:
129
130
@@ -138,7 +139,7 @@ Installation
138
139
configuration
139
140
changelog
140
141
Source
141
-
142
+ license
142
143
143
144
.. toctree ::
144
145
:maxdepth: 3
@@ -148,7 +149,6 @@ Installation
148
149
api/snippet-fmt
149
150
api/*
150
151
151
-
152
152
.. sidebar-links ::
153
153
:github:
154
154
:pypi: snippet-fmt
Original file line number Diff line number Diff line change
1
+ =========
2
+ License
3
+ =========
4
+
5
+ ``snippet-fmt `` is licensed under the :choosealicense: `MIT `
6
+
7
+ .. license-info :: MIT
8
+
9
+ .. license ::
10
+ :py: snippet-fmt
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ seed-intersphinx-mapping>=0.3.1
8
8
sphinx >= 3.0.3
9
9
sphinx-copybutton >= 0.2.12
10
10
sphinx-debuginfo >= 0.1.0
11
+ sphinx-licenseinfo >= 0.1.1
11
12
sphinx-notfound-page >= 0.5
12
13
sphinx-prompt >= 1.1.0
13
14
sphinx-pyproject >= 0.1.0
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ extensions = [
61
61
" sphinxcontrib.default_values" ,
62
62
" sphinxcontrib.toctree_plus" ,
63
63
" sphinx_debuginfo" ,
64
+ " sphinx_licenseinfo" ,
64
65
" seed_intersphinx_mapping" ,
65
66
" attr_utils.autoattrs" ,
66
67
" sphinx_click" ,
Original file line number Diff line number Diff line change 84
84
flake8-dunder-all>=0.1.1
85
85
flake8-encodings>=0.1.0
86
86
flake8-github-actions>=0.1.0
87
+ flake8-noqa>=1.1.0
87
88
flake8-pyi>=20.10.0
88
89
flake8-pytest-style>=1.3.0
89
90
flake8-slots>=0.1.0
@@ -141,6 +142,9 @@ rst-directives =
141
142
TODO
142
143
envvar
143
144
extras-require
145
+ license
146
+ license-info
147
+ rst-roles = choosealicense
144
148
per-file-ignores =
145
149
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
146
150
*/*.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