@@ -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" ,
0 commit comments