Comment 11 for bug 1755783

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/queens)

Reviewed: https://review.openstack.org/554188
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=68b92745bf38133c5d96a8dbadb8c0d09af8c944
Submitter: Zuul
Branch: stable/queens

commit 68b92745bf38133c5d96a8dbadb8c0d09af8c944
Author: Lee Yarwood <email address hidden>
Date: Fri Mar 16 09:37:19 2018 +0000

    docs: Disable smartquotes

    This change should then allow all configuration examples to be copied
    from the docs directly into nova.conf without resulting in Unicode
    errors when these options are then parsed.

    Note that this option is deprecated and replaced in Sphinx 1.6.6 [1] by
    the smartquotes configurable. A future change will need to land to
    switch between these, for now we will use and backport the
    html_use_smartypants option.

    [1] http://www.sphinx-doc.org/en/stable/config.html#confval-smartquotes

    Change-Id: I6c47a0d74e5b5a03bc030a7e45cc7783f22ddadf
    Closes-bug: #1755783
    (cherry picked from commit 75fc30090133c31316e6ae790568f1b622807d0c)