@@ -24,6 +24,8 @@ classifiers = [
24
24
" Intended Audience :: Developers" ,
25
25
" Intended Audience :: Education" ,
26
26
" Intended Audience :: End Users/Desktop" ,
27
+ " Intended Audience :: Information Technology" ,
28
+ " Intended Audience :: Other Audience" ,
27
29
" Intended Audience :: Science/Research" ,
28
30
" Intended Audience :: System Administrators" ,
29
31
" License :: OSI Approved :: BSD License" ,
@@ -43,17 +45,24 @@ classifiers = [
43
45
" Framework :: Sphinx :: Theme" ,
44
46
" Topic :: Documentation" ,
45
47
" Topic :: Documentation :: Sphinx" ,
48
+ " Topic :: Education" ,
46
49
" Topic :: Internet :: WWW/HTTP :: Site Management" ,
50
+ " Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking" ,
47
51
" Topic :: Printing" ,
48
52
" Topic :: Software Development" ,
49
53
" Topic :: Software Development :: Documentation" ,
54
+ " Topic :: Text Editors :: Documentation" ,
50
55
" Topic :: Text Processing" ,
51
56
" Topic :: Text Processing :: General" ,
52
57
" Topic :: Text Processing :: Indexing" ,
53
58
" Topic :: Text Processing :: Markup" ,
54
59
" Topic :: Text Processing :: Markup :: HTML" ,
55
60
" Topic :: Text Processing :: Markup :: LaTeX" ,
61
+ " Topic :: Text Processing :: Markup :: Markdown" ,
62
+ " Topic :: Text Processing :: Markup :: reStructuredText" ,
63
+ " Topic :: Text Processing :: Markup :: XML" ,
56
64
" Topic :: Utilities" ,
65
+ " Typing :: Typed" ,
57
66
]
58
67
dependencies = [
59
68
" sphinxcontrib-applehelp>=1.0.7" ,
@@ -91,8 +100,8 @@ lint = [
91
100
" types-Pygments==2.19.0.20250107" ,
92
101
" types-requests==2.32.0.20241016" , # align with requests
93
102
" types-urllib3==1.26.25.14" ,
94
- " pyright==1.1.393 " ,
95
- " pytest>=6 .0" ,
103
+ " pyright==1.1.394 " ,
104
+ " pytest>=8 .0" ,
96
105
]
97
106
test = [
98
107
" pytest>=8.0" ,
@@ -103,6 +112,10 @@ test = [
103
112
" typing_extensions>=4.9" , # for typing_extensions.Unpack
104
113
]
105
114
115
+ [[project .authors ]]
116
+ name = " Adam Turner"
117
+
118
+
106
119
[[project .authors ]]
107
120
name = " Georg Brandl"
108
121
@@ -191,101 +204,57 @@ ignore_missing_imports = true
191
204
module = [
192
205
# tests/
193
206
" tests.conftest" ,
194
- " tests.test_abc" ,
195
207
" tests.test_addnodes" ,
196
208
" tests.test_application" ,
197
- " tests.test_errors" ,
198
209
" tests.test_events" ,
199
210
" tests.test_highlighting" ,
200
211
" tests.test_project" ,
201
- " tests.test_roles" ,
202
212
" tests.test_versioning" ,
203
213
# tests/test_builders
204
214
" tests.test_builders.test_build" ,
205
- " tests.test_builders.test_build_changes" ,
206
- " tests.test_builders.test_build_dirhtml" ,
207
215
" tests.test_builders.test_build_html" ,
208
216
" tests.test_builders.test_build_html_5_output" ,
209
217
" tests.test_builders.test_build_html_assets" ,
210
- " tests.test_builders.test_build_html_code" ,
211
- " tests.test_builders.test_build_html_download" ,
212
- " tests.test_builders.test_build_html_highlight" ,
213
- " tests.test_builders.test_build_html_image" ,
214
218
" tests.test_builders.test_build_html_maths" ,
215
219
" tests.test_builders.test_build_html_numfig" ,
216
220
" tests.test_builders.test_build_html_tocdepth" ,
217
221
" tests.test_builders.test_build_html_toctree" ,
218
222
" tests.test_builders.test_build_linkcheck" ,
219
- " tests.test_builders.test_build_manpage" ,
220
- " tests.test_builders.test_build_text" ,
221
223
" tests.test_builders.test_build_warnings" ,
222
- " tests.test_builders.test_incremental_reading" ,
223
224
# tests/test_directives
224
225
" tests.test_directives.test_directive_code" ,
225
- " tests.test_directives.test_directive_object_description" ,
226
- " tests.test_directives.test_directive_option" ,
227
226
" tests.test_directives.test_directives_no_typesetting" ,
228
- # tests/test_domains
229
- " tests.test_domains.test_domain_py_canonical" ,
230
227
# tests/test_environment
231
228
" tests.test_environment.test_environment" ,
232
- " tests.test_environment.test_environment_indexentries" ,
233
- " tests.test_environment.test_environment_record_dependencies" ,
234
229
# tests/test_extensions
235
- " tests.test_extensions.test_ext_autodoc_autoattribute" ,
236
230
" tests.test_extensions.test_ext_autodoc_autoclass" ,
237
- " tests.test_extensions.test_ext_autodoc_autofunction" ,
238
- " tests.test_extensions.test_ext_autodoc_automodule" ,
239
- " tests.test_extensions.test_ext_autodoc_autoproperty" ,
240
- " tests.test_extensions.test_ext_autodoc_configs" ,
241
- " tests.test_extensions.test_ext_autodoc_preserve_defaults" ,
242
- " tests.test_extensions.test_ext_autodoc_private_members" ,
243
- " tests.test_extensions.test_ext_autosectionlabel" ,
244
231
" tests.test_extensions.test_ext_autosummary_imports" ,
245
- " tests.test_extensions.test_ext_coverage" ,
246
- " tests.test_extensions.test_ext_duration" ,
247
- " tests.test_extensions.test_ext_extlinks" ,
248
- " tests.test_extensions.test_ext_graphviz" ,
249
- " tests.test_extensions.test_ext_ifconfig" ,
250
232
" tests.test_extensions.test_ext_imgconverter" ,
251
- " tests.test_extensions.test_ext_imgmockconverter" ,
252
233
" tests.test_extensions.test_ext_intersphinx_cache" ,
253
234
" tests.test_extensions.test_ext_math" ,
254
235
" tests.test_extensions.test_ext_napoleon" ,
255
236
" tests.test_extensions.test_ext_todo" ,
256
237
" tests.test_extensions.test_ext_viewcode" ,
257
- " tests.test_extensions.test_extension" ,
258
238
# tests/test_intl
259
239
" tests.test_intl.test_catalogs" ,
260
240
" tests.test_intl.test_locale" ,
261
241
# tests/test_markup
262
242
" tests.test_markup.test_markup" ,
263
- " tests.test_markup.test_metadata" ,
264
243
" tests.test_markup.test_parser" ,
265
- " tests.test_markup.test_smartquotes" ,
266
- # tests/test_pycode
267
- " tests.test_pycode.test_pycode_parser" ,
268
244
# tests/test_theming
269
- " tests.test_theming.test_html_theme" ,
270
245
" tests.test_theming.test_templating" ,
271
246
" tests.test_theming.test_theming" ,
272
247
# tests/test_transforms
273
248
" tests.test_transforms.test_transforms_move_module_targets" ,
274
- " tests.test_transforms.test_transforms_post_transforms_code" ,
275
249
" tests.test_transforms.test_transforms_post_transforms_images" ,
276
250
" tests.test_transforms.test_transforms_reorder_nodes" ,
277
251
# tests/test_util
278
252
" tests.test_util.test_util" ,
279
253
" tests.test_util.test_util_display" ,
280
- " tests.test_util.test_util_docstrings" ,
281
254
" tests.test_util.test_util_docutils" ,
282
- " tests.test_util.test_util_docutils_sphinx_directive" ,
283
255
" tests.test_util.test_util_images" ,
284
- " tests.test_util.test_util_importer" ,
285
256
" tests.test_util.test_util_inventory" ,
286
- " tests.test_util.test_util_lines" ,
287
257
" tests.test_util.test_util_matching" ,
288
- " tests.test_util.test_util_uri" ,
289
258
# tests/test_writers
290
259
" tests.test_writers.test_docutilsconf" ,
291
260
]
@@ -298,7 +267,6 @@ module = [
298
267
" tests.test_search" ,
299
268
# tests/test_builders
300
269
" tests.test_builders.test_build_latex" ,
301
- " tests.test_builders.test_build_texinfo" ,
302
270
# tests/test_config
303
271
" tests.test_config.test_config" ,
304
272
# tests/test_directives
@@ -340,8 +308,6 @@ module = [
340
308
" tests.test_util.test_util_inspect" ,
341
309
" tests.test_util.test_util_logging" ,
342
310
" tests.test_util.test_util_nodes" ,
343
- " tests.test_util.test_util_rst" ,
344
- " tests.test_util.test_util_template" ,
345
311
" tests.test_util.test_util_typing" ,
346
312
]
347
313
check_untyped_defs = false
0 commit comments