Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/conf.py: do not set html_use_smartypants explicitly #17127

Merged
merged 2 commits into from
Aug 22, 2017

Commits on Aug 22, 2017

  1. doc: remove manpage-howto.txt

    since manpages are built as part of "make" process, we can dispense with
    the manual steps.
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    c6056be View commit details
    Browse the repository at this point in the history
  2. doc/conf.py: do not set html_use_smartypants explicitly

    because it's deprecated, and is on by default in the specified sphinx
    version (v1.6.3):
    
    this change silences following warning:
    
    build-doc/virtualenv/local/lib/python2.7/site-packages/sphinx/environment/__init__.py:683:
    RemovedInSphinx17Warning: html_use_smartypants option is deprecated.
    Smart quotes are on by default; if you want to disable or customize
    them, use the smart_quotes option in docutils.conf.
      RemovedInSphinx17Warning)
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    335205b View commit details
    Browse the repository at this point in the history