@@ -10,14 +10,13 @@ readme = "README.rst"
10
10
keywords = []
11
11
dynamic = [ " requires-python" , " classifiers" , " dependencies" ,]
12
12
13
+ [project .license ]
14
+ file = " LICENSE"
15
+
13
16
[[project .authors ]]
14
17
name = " Dominic Davis-Foster"
15
18
16
19
17
-
18
- [project .license ]
19
- file = " LICENSE"
20
-
21
20
[project .urls ]
22
21
Homepage = " https://github.com/repo-helper/contributing"
23
22
"Issue Tracker" = " https://github.com/repo-helper/contributing/issues"
@@ -54,7 +53,6 @@ extensions = [
54
53
" sphinx.ext.mathjax" ,
55
54
" sphinxcontrib.extras_require" ,
56
55
" sphinx.ext.todo" ,
57
- " sphinxemoji.sphinxemoji" ,
58
56
" notfound.extension" ,
59
57
" sphinx_copybutton" ,
60
58
" sphinxcontrib.default_values" ,
@@ -64,7 +62,6 @@ extensions = [
64
62
" html_section" ,
65
63
" html_section" ,
66
64
]
67
- sphinxemoji_style = " twemoji"
68
65
gitstamp_fmt = " %d %b %Y"
69
66
templates_path = [ " _templates" ,]
70
67
html_static_path = [ " _static" ,]
@@ -124,13 +121,6 @@ show_error_codes = true
124
121
[tool .snippet-fmt ]
125
122
directives = [ " code-block" ,]
126
123
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
-
134
124
[tool .snippet-fmt .languages .python ]
135
125
reformat = true
136
126
@@ -140,3 +130,10 @@ reformat = true
140
130
[tool .snippet-fmt .languages .ini ]
141
131
142
132
[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