Skip to content

Commit a8dd28f

Browse files
committed
Switch to insipid theme
1 parent 656147f commit a8dd28f

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

doc/api/misc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Miscellaneous
2020
.. autoclass:: CallbackFlags
2121
:members:
2222

23-
.. autoclass:: CallbackStop
23+
.. autoexception:: CallbackStop
2424

25-
.. autoclass:: CallbackAbort
25+
.. autoexception:: CallbackAbort
2626

27-
.. autoclass:: PortAudioError
27+
.. autoexception:: PortAudioError

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@
5959

6060
nitpicky = True
6161

62-
html_theme = 'sphinx_rtd_theme'
62+
html_theme = 'insipid'
6363
html_theme_options = {
64-
'collapse_navigation': False,
6564
}
6665
html_title = project + ', version ' + release
6766
html_domain_indices = False

doc/requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
Jinja2
2-
Pygments
3-
Sphinx
4-
Sphinx-RTD-Theme
1+
insipid-sphinx-theme

0 commit comments

Comments
 (0)