File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111import fake_rtmixer
1212sys .modules ['_rtmixer' ] = sys .modules ['fake_rtmixer' ]
1313
14+ authors = 'Matthias Geier'
15+ project = 'python-rtmixer'
16+
17+ default_role = 'any'
18+
1419extensions = [
1520 'sphinx.ext.autodoc' ,
1621 'sphinx.ext.intersphinx' ,
1924
2025intersphinx_mapping = {
2126 'python' : ('https://docs.python.org/3/' , None ),
22- 'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
23- 'sounddevice' :
24- ('http://python-sounddevice.readthedocs.io/en/latest/' , None ),
27+ 'numpy' : ('https://numpy.org/doc/stable/' , None ),
28+ 'sounddevice' : ('https://python-sounddevice.readthedocs.io/' , None ),
2529}
2630
27- master_doc = 'index'
28-
29- authors = 'Matthias Geier'
30- project = 'python-rtmixer'
31- copyright = '2017, ' + authors
32-
3331try :
3432 release = check_output (['git' , 'describe' , '--tags' , '--always' ])
3533 release = release .decode ().strip ()
3937 release = '<unknown>'
4038 today = '<unknown date>'
4139
42- pygments_style = 'sphinx'
4340html_theme = 'sphinx_rtd_theme'
4441html_domain_indices = False
42+ html_show_copyright = False
4543
4644latex_elements = {
4745 'papersize' : 'a4paper' ,
Original file line number Diff line number Diff line change 1- .. default-role :: py:obj
2-
31.. include :: ../README.rst
42
5- .. default-role :: any
6-
73API Documentation
84-----------------
95
You can’t perform that action at this time.
0 commit comments