File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ sphinx-code-tabs
15
15
sphinxcontrib-restbuilder
16
16
17
17
# These aren't compatible atm with other library versions:
18
- # doc8
18
+ doc8
19
19
#pyenchant
20
20
#sphinxcontrib-spelling
Original file line number Diff line number Diff line change @@ -24,8 +24,12 @@ cogapp==3.3.0
24
24
# via -r doc/requirements.in
25
25
colorama==0.4.6
26
26
# via sphinx-autobuild
27
+ doc8==1.1.1
28
+ # via -r doc/requirements.in
27
29
docutils==0.20.1
28
30
# via
31
+ # doc8
32
+ # restructuredtext-lint
29
33
# sphinx
30
34
# sphinx-rtd-theme
31
35
idna==3.6
@@ -46,12 +50,18 @@ mdurl==0.1.2
46
50
# via markdown-it-py
47
51
packaging==23.2
48
52
# via sphinx
53
+ pbr==6.0.0
54
+ # via stevedore
49
55
pygments==2.17.2
50
- # via sphinx
56
+ # via
57
+ # doc8
58
+ # sphinx
51
59
requests==2.31.0
52
60
# via
53
61
# scriv
54
62
# sphinx
63
+ restructuredtext-lint==1.4.0
64
+ # via doc8
55
65
scriv==1.5.1
56
66
# via -r doc/requirements.in
57
67
six==1.16.0
@@ -88,6 +98,8 @@ sphinxcontrib-restbuilder==0.3
88
98
# via -r doc/requirements.in
89
99
sphinxcontrib-serializinghtml==1.1.10
90
100
# via sphinx
101
+ stevedore==5.2.0
102
+ # via doc8
91
103
tornado==6.4
92
104
# via livereload
93
105
urllib3==2.2.1
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ allowlist_externals =
75
75
commands =
76
76
# If this command fails, see the comment at the top of doc/cmd.rst
77
77
python -m cogapp -cP --check --verbosity =1 doc/*.rst
78
- ; doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
78
+ doc8 -q --ignore-path ' doc/_*' doc CHANGES.rst README.rst
79
79
sphinx-build -b html -aEnqW doc doc/_build/html
80
80
rst2html.py --strict README.rst doc/_build/trash
81
81
- sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
You can’t perform that action at this time.
0 commit comments