We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656147f commit a8dd28fCopy full SHA for a8dd28f
3 files changed
doc/api/misc.rst
@@ -20,8 +20,8 @@ Miscellaneous
20
.. autoclass:: CallbackFlags
21
:members:
22
23
-.. autoclass:: CallbackStop
+.. autoexception:: CallbackStop
24
25
-.. autoclass:: CallbackAbort
+.. autoexception:: CallbackAbort
26
27
-.. autoclass:: PortAudioError
+.. autoexception:: PortAudioError
doc/conf.py
@@ -59,9 +59,8 @@
59
60
nitpicky = True
61
62
-html_theme = 'sphinx_rtd_theme'
+html_theme = 'insipid'
63
html_theme_options = {
64
- 'collapse_navigation': False,
65
}
66
html_title = project + ', version ' + release
67
html_domain_indices = False
doc/requirements.txt
@@ -1,4 +1 @@
1
-Jinja2
2
-Pygments
3
-Sphinx
4
-Sphinx-RTD-Theme
+insipid-sphinx-theme
0 commit comments