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

Sphinx 3.4.x compatibility #617

Merged
merged 3 commits into from
Jan 8, 2021
Merged

Commits on Jan 7, 2021

  1. Update Sphinx compatibility for <3.5

    Allow running with Sphinx releases in the 3.4.x series.
    
    Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
    utzig committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5ee6ec9 View commit details
    Browse the repository at this point in the history
  2. Update compatible releases and Python==3.9

    This allows running tests on Python 3.9.0 and update the Sphinx releases
    with all latest 3.x versions, as well as the proper minor development
    tag.
    
    Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
    utzig committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    1f865b2 View commit details
    Browse the repository at this point in the history
  3. Fix a few mypy issues

    Fix calls to path.join where the appdir is detected by mypy has having
    an invalid type; force mypy to ignore them for now.
    
    Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
    utzig committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    c21ae56 View commit details
    Browse the repository at this point in the history