Skip to content

Commit fd41555

Browse files
committed
docs: upgrade docs dependencies
1 parent e9ca425 commit fd41555

2 files changed

Lines changed: 6 additions & 32 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
release = ''
1515

1616

17-
needs_sphinx = '4.0'
17+
needs_sphinx = '7.0'
1818

1919
extensions = [
2020
'sphinx.ext.autodoc',
@@ -29,7 +29,7 @@
2929

3030
master_doc = 'index'
3131

32-
language = None
32+
language = 'en'
3333

3434
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3535

@@ -41,7 +41,7 @@
4141
html_theme = 'sphinx_rtd_theme'
4242
html_static_path = ['_static']
4343

44-
intersphinx_mapping = {'https://docs.python.org/': None}
44+
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
4545

4646
doxylink = {
4747
'alsa': ('alsa.tag', 'https://www.alsa-project.org/alsa-doc/alsa-lib/'),

docs/requirements.txt

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
alabaster==0.7.12
2-
Babel==2.9.1
3-
certifi==2024.7.4
4-
cffi==1.15.0
5-
charset-normalizer==2.0.9
6-
docutils==0.17.1
7-
idna==3.7
8-
imagesize==1.3.0
9-
Jinja2==3.1.6
10-
MarkupSafe==2.0.1
11-
packaging==21.3
12-
pycparser==2.21
13-
Pygments==2.15.0
14-
pyparsing==3.0.6
15-
python-dateutil==2.8.2
16-
pytz==2021.3
17-
requests==2.33.0
18-
six==1.16.0
19-
snowballstemmer==2.2.0
20-
Sphinx==4.3.2
21-
sphinx-rtd-theme==1.0.0
22-
sphinxcontrib-applehelp==1.0.2
23-
sphinxcontrib-devhelp==1.0.2
24-
sphinxcontrib-doxylink==1.11.1
25-
sphinxcontrib-htmlhelp==2.0.0
26-
sphinxcontrib-jsmath==1.0.1
27-
sphinxcontrib-qthelp==1.0.3
28-
sphinxcontrib-serializinghtml==1.1.5
29-
urllib3==2.6.3
1+
Sphinx~=9.1.0
2+
sphinx-rtd-theme~=3.1.0
3+
sphinxcontrib-doxylink~=1.13.0

0 commit comments

Comments
 (0)