From 871fbb0b2bc5e844cc150267dd0920aadb9cce70 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 16 Feb 2014 21:35:44 +0100 Subject: [PATCH] docs: Fix build --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 08cd9a77..9e8b3c30 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,8 +11,8 @@ v0.18.2 (2014-02-16) Bug fix release. - We now log warnings for wrongly configured extensions, and clearly label them - in :option:`mopidy config`, but does no longer stop Mopidy from starting - because of misconfigured extensions. (Fixes: :issue:`682`) + in ``mopidy config``, but does no longer stop Mopidy from starting because of + misconfigured extensions. (Fixes: :issue:`682`) - Fix a crash in the server side WebSocket handler caused by connection problems with clients. (Fixes: :issue:`428`, :issue:`571`)