Skip to content

Commit 6a4506f

Browse files
committed
build(docs): upgrade doc dependencies
1 parent b588154 commit 6a4506f

7 files changed

+37
-42
lines changed

doc/api_coveragedata.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The CoverageData class
99
.. versionadded:: 4.0
1010

1111
.. module:: coverage
12-
:noindex:
12+
:no-index:
1313

1414
.. autoclass:: CoverageData
1515
:members:

doc/api_exceptions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Coverage exceptions
1111
.. autoclass:: CoverageException
1212

1313
.. automodule:: coverage.exceptions
14-
:noindex:
14+
:no-index:
1515
:members:
1616
:exclude-members: CoverageException

doc/api_module.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ coverage module
77
---------------
88

99
.. module:: coverage
10+
:no-index:
1011

1112
The most important thing in the coverage module is the
1213
:class:`coverage.Coverage` class, described in :ref:`api_coverage`, but there

doc/api_plugin.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Plug-in classes
1010
.. automodule:: coverage.plugin
1111

1212
.. module:: coverage
13-
:noindex:
13+
:no-index:
1414

1515
The CoveragePlugin class
1616
------------------------

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
templates_path = []
5050

5151
# The suffix of source filenames.
52-
source_suffix = '.rst'
52+
source_suffix = {'.rst': 'restructuredtext'}
5353

5454
# The encoding of source files.
5555
#source_encoding = 'utf-8'

doc/requirements.pip

+31-37
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,47 @@
44
#
55
# make doc_upgrade
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
9-
anyio==4.3.0
9+
anyio==4.6.0
1010
# via
1111
# starlette
1212
# watchfiles
13-
babel==2.15.0
13+
babel==2.16.0
1414
# via sphinx
15-
certifi==2024.2.2
15+
certifi==2024.8.30
1616
# via requests
17-
charset-normalizer==3.3.2
17+
charset-normalizer==3.4.0
1818
# via requests
1919
click==8.1.7
20-
# via
21-
# click-log
22-
# uvicorn
20+
# via uvicorn
2321
cogapp==3.4.1
2422
# via -r doc/requirements.in
2523
colorama==0.4.6
2624
# via sphinx-autobuild
27-
doc8==1.1.1
25+
doc8==1.1.2
2826
# via -r doc/requirements.in
29-
docutils==0.20.1
27+
docutils==0.21.2
3028
# via
3129
# doc8
3230
# restructuredtext-lint
3331
# sphinx
3432
# sphinx-rtd-theme
3533
h11==0.14.0
3634
# via uvicorn
37-
idna==3.7
35+
idna==3.10
3836
# via
3937
# anyio
4038
# requests
4139
imagesize==1.4.1
4240
# via sphinx
4341
jinja2==3.1.4
44-
# via
45-
# sphinx
46-
markupsafe==2.1.5
42+
# via sphinx
43+
markupsafe==3.0.1
4744
# via jinja2
48-
mdurl==0.1.2
49-
# via markdown-it-py
50-
packaging==24.0
45+
packaging==24.1
5146
# via sphinx
52-
pbr==6.0.0
47+
pbr==6.1.0
5348
# via stevedore
5449
polib==1.2.0
5550
# via sphinx-lint
@@ -61,18 +56,17 @@ pygments==2.18.0
6156
# via
6257
# doc8
6358
# sphinx
64-
regex==2024.4.28
59+
regex==2024.9.11
6560
# via sphinx-lint
66-
requests==2.31.0
67-
# via
68-
# sphinx
61+
requests==2.32.3
62+
# via sphinx
6963
restructuredtext-lint==1.4.0
7064
# via doc8
7165
sniffio==1.3.1
7266
# via anyio
7367
snowballstemmer==2.2.0
7468
# via sphinx
75-
sphinx==7.3.7
69+
sphinx==8.0.2
7670
# via
7771
# -r doc/requirements.in
7872
# sphinx-autobuild
@@ -81,41 +75,41 @@ sphinx==7.3.7
8175
# sphinxcontrib-jquery
8276
# sphinxcontrib-restbuilder
8377
# sphinxcontrib-spelling
84-
sphinx-autobuild==2024.4.16
78+
sphinx-autobuild==2024.10.3
8579
# via -r doc/requirements.in
8680
sphinx-code-tabs==0.5.5
8781
# via -r doc/requirements.in
88-
sphinx-lint==0.9.1
82+
sphinx-lint==1.0.0
8983
# via -r doc/requirements.in
90-
sphinx-rtd-theme==2.0.0
84+
sphinx-rtd-theme==3.0.0
9185
# via -r doc/requirements.in
92-
sphinxcontrib-applehelp==1.0.8
86+
sphinxcontrib-applehelp==2.0.0
9387
# via sphinx
94-
sphinxcontrib-devhelp==1.0.6
88+
sphinxcontrib-devhelp==2.0.0
9589
# via sphinx
96-
sphinxcontrib-htmlhelp==2.0.5
90+
sphinxcontrib-htmlhelp==2.1.0
9791
# via sphinx
9892
sphinxcontrib-jquery==4.1
9993
# via sphinx-rtd-theme
10094
sphinxcontrib-jsmath==1.0.1
10195
# via sphinx
102-
sphinxcontrib-qthelp==1.0.7
96+
sphinxcontrib-qthelp==2.0.0
10397
# via sphinx
10498
sphinxcontrib-restbuilder==0.3
10599
# via -r doc/requirements.in
106-
sphinxcontrib-serializinghtml==1.1.10
100+
sphinxcontrib-serializinghtml==2.0.0
107101
# via sphinx
108102
sphinxcontrib-spelling==8.0.0
109103
# via -r doc/requirements.in
110-
starlette==0.37.2
104+
starlette==0.39.2
111105
# via sphinx-autobuild
112-
stevedore==5.2.0
106+
stevedore==5.3.0
113107
# via doc8
114-
urllib3==2.2.1
108+
urllib3==2.2.3
115109
# via requests
116-
uvicorn==0.29.0
110+
uvicorn==0.31.0
117111
# via sphinx-autobuild
118-
watchfiles==0.21.0
112+
watchfiles==0.24.0
119113
# via sphinx-autobuild
120-
websockets==12.0
114+
websockets==13.1
121115
# via sphinx-autobuild

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ commands =
7878
doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
7979
sphinx-lint doc CHANGES.rst README.rst
8080
sphinx-build -b html -aEnqW doc doc/_build/html
81-
rst2html.py --strict README.rst doc/_build/trash
81+
rst2html --verbose --strict README.rst doc/_build/README.html
8282
- sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
8383
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
8484

0 commit comments

Comments
 (0)