@@ -10,14 +10,13 @@ readme = "README.rst"
1010keywords = []
1111dynamic = [ " requires-python" , " classifiers" , " dependencies" ,]
1212
13+ [project .license ]
14+ file = " LICENSE"
15+
1316[[project .authors ]]
1417name = " Dominic Davis-Foster"
15181619
17-
18- [project .license ]
19- file = " LICENSE"
20-
2120[project .urls ]
2221Homepage = " https://github.com/repo-helper/contributing"
2322"Issue Tracker" = " https://github.com/repo-helper/contributing/issues"
@@ -54,7 +53,6 @@ extensions = [
5453 " sphinx.ext.mathjax" ,
5554 " sphinxcontrib.extras_require" ,
5655 " sphinx.ext.todo" ,
57- " sphinxemoji.sphinxemoji" ,
5856 " notfound.extension" ,
5957 " sphinx_copybutton" ,
6058 " sphinxcontrib.default_values" ,
@@ -64,7 +62,6 @@ extensions = [
6462 " html_section" ,
6563 " html_section" ,
6664]
67- sphinxemoji_style = " twemoji"
6865gitstamp_fmt = " %d %b %Y"
6966templates_path = [ " _templates" ,]
7067html_static_path = [ " _static" ,]
@@ -124,13 +121,6 @@ show_error_codes = true
124121[tool .snippet-fmt ]
125122directives = [ " code-block" ,]
126123
127- [tool .dependency-dash ."requirements .txt" ]
128- order = 10
129-
130- [tool .dependency-dash ."doc-source/requirements .txt" ]
131- order = 30
132- include = false
133-
134124[tool .snippet-fmt .languages .python ]
135125reformat = true
136126
@@ -140,3 +130,10 @@ reformat = true
140130[tool .snippet-fmt .languages .ini ]
141131
142132[tool .snippet-fmt .languages .json ]
133+
134+ [tool .dependency-dash ."requirements .txt" ]
135+ order = 10
136+
137+ [tool .dependency-dash ."doc-source/requirements .txt" ]
138+ order = 30
139+ include = false
0 commit comments