doc: Fix Sphinx build warnings

This commit is contained in:
Tatsuhiro Tsujikawa
2016-07-16 19:07:31 +09:00
parent 53e1623ab3
commit 7506a93179
8 changed files with 42 additions and 17 deletions

View File

@@ -140,7 +140,9 @@ HTTP/2 servers
Python 3.4 or later is required to use these objects. To
explicitly configure nghttp2 build to use Python 3.4, specify the
``PYTHON`` variable to the path to Python 3.4 executable when
invoking configure script like this::
invoking configure script like this:
.. code-block:: text
$ ./configure PYTHON=/usr/bin/python3.4