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

Fixes #1706: 0.14: Pinned Sphinx to below 2.0.0 also for py3.5+ #1711

Merged
merged 1 commit into from
Apr 5, 2019

Commits on Apr 5, 2019

  1. Pinned Sphinx to below 2.0.0 also for py3.5+

    Details:
    
    - Sphinx 2.0.0 requires Python >=3.5, so the Sphinx requirement in
      dev-requirements.txt now limits Sphinx to <2.0.0 for Python <3.5.
    
    - Sphinx 2.0.0 fails (e.g. Python 3.7) with an AttributeError in
      the Napoleon extension.
      Issue sphinx-doc/sphinx#6246 has been
      opened. This change mitigates that failure by pinning Sphinx to
      <2.0.0 also for Python >=3.5.
    
    Signed-off-by: Andreas Maier <maiera@de.ibm.com>
    andy-maier committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    d851816 View commit details
    Browse the repository at this point in the history