File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414release = ''
1515
1616
17- needs_sphinx = '4 .0'
17+ needs_sphinx = '7 .0'
1818
1919extensions = [
2020 'sphinx.ext.autodoc' ,
2929
3030master_doc = 'index'
3131
32- language = None
32+ language = 'en'
3333
3434exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
3535
4141html_theme = 'sphinx_rtd_theme'
4242html_static_path = ['_static' ]
4343
44- intersphinx_mapping = {'https://docs.python.org/' : None }
44+ intersphinx_mapping = {'python' : ( ' https://docs.python.org/3/' , None ) }
4545
4646doxylink = {
4747 'alsa' : ('alsa.tag' , 'https://www.alsa-project.org/alsa-doc/alsa-lib/' ),
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments