From 6ca515ea7027296b24600804d98961d9b996093b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 12 Mar 2017 23:46:21 +0900 Subject: [PATCH] Fix sphinx warning about README markup --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c5cb1232..319184bf 100644 --- a/README.rst +++ b/README.rst @@ -201,10 +201,11 @@ To compile the source code, gcc >= 4.8.3 or clang >= 3.4 is required. In order to detect third party libraries, pkg-config is used (however we don't use pkg-config for some libraries (e.g., libev)). - By default, pkg-config searches *.pc file in the standard locations - (e.g., /usr/lib/pkgconfig). If it is necessary to use *.pc file in - the custom location, specify paths to ``PKG_CONFIG_PATH`` - environment variable, and pass it to configure script, like so: + By default, pkg-config searches ``*.pc`` file in the standard + locations (e.g., /usr/lib/pkgconfig). If it is necessary to use + ``*.pc`` file in the custom location, specify paths to + ``PKG_CONFIG_PATH`` environment variable, and pass it to configure + script, like so: .. code-block:: text