Skip to content

Commit 6b45959

Browse files
committed
DOC: switch to "nitpicky" mode
1 parent 4bb8ef9 commit 6b45959

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* Send PortAudio output to ``/dev/null`` (on Linux and OSX)
5454

5555
0.3.0 (2015-10-28):
56-
* Remove `print_devices()`, `query_devices()` can be used instead,
56+
* Remove ``print_devices()``, `query_devices()` can be used instead,
5757
since it now returns a `DeviceList` object.
5858

5959
0.2.2 (2015-10-21):

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757

5858
default_role = 'any'
5959

60+
nitpicky = True
61+
6062
html_theme = 'sphinx_rtd_theme'
6163
html_theme_options = {
6264
'collapse_navigation': False,

doc/version-history.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@ Version History
33

44
.. currentmodule:: sounddevice
55

6-
.. default-role:: py:obj
7-
86
.. include:: ../NEWS.rst
9-
10-
.. default-role::

0 commit comments

Comments
 (0)