Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: click-contrib/sphinx-click
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: click-contrib/sphinx-click
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.0
Choose a head ref
  • 15 commits
  • 25 files changed
  • 3 contributors

Commits on Jul 13, 2022

  1. Run mypy as part of CI job

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8f17d18 View commit details
  2. Switch to pytest for testing

    This will allow us to use sphinx.testing
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022
    Copy the full SHA
    f9dc0a0 View commit details
  3. Add our first "extension" test

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022
    Copy the full SHA
    17e8a81 View commit details
  4. tests: Add more application tests

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022
    Copy the full SHA
    d8a73b7 View commit details
  5. docs: Add more examples

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022
    Copy the full SHA
    1503669 View commit details
  6. Use deep clone for GitHub actions

    The full history is needed to do versioning properly with pbr.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022
    Copy the full SHA
    6114f8d View commit details
  7. actions: Update to latest versions of actions

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022
    Copy the full SHA
    f2c35cc View commit details
  8. Change target Python version used for black

    We no longer support Python 3.6
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Jul 13, 2022
    Copy the full SHA
    ffceac7 View commit details

Commits on Aug 17, 2022

  1. Render option defaults as literals

    Option defaults can contain invalid characters such as backslashes.
    Format them as literals to ensure they're rendered properly.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    Closes: #111
    stephenfin committed Aug 17, 2022
    Copy the full SHA
    30516a4 View commit details
  2. Trivial setup.py, setup.cfg changes

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Aug 17, 2022
    Copy the full SHA
    09a71dc View commit details

Commits on Nov 17, 2022

  1. Add pull request template

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Nov 17, 2022
    Copy the full SHA
    f8f1a5a View commit details

Commits on Nov 21, 2022

  1. Add Sphinx extension classifier

    jdillard authored and stephenfin committed Nov 21, 2022
    Copy the full SHA
    2ce4c2d View commit details

Commits on Dec 6, 2022

  1. Copy the full SHA
    7698cac View commit details
  2. actions: Test Python 3.11

    New shiny.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Dec 6, 2022
    Copy the full SHA
    0f73ff4 View commit details
  3. Add release note for Python 3.11 support

    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Dec 6, 2022
    Copy the full SHA
    0b81d33 View commit details
Loading