Robpol86 / sphinx-disqus

Embed Disqus comments in Sphinx documents/pages.
https://sphinx-disqus.readthedocs.io
BSD 2-Clause "Simplified" License
12 stars 16 forks source link

Update Boilerplate #30

Closed Robpol86 closed 5 months ago

Robpol86 commented 5 months ago

Reformatted several files for personal style and consistency with my other projects.

Validating a wheel package in CI after build.

Including HTML documentation in GitHub release artifact for posterity.

Fixing readthedocs build with new non-requirements implementation.

Modernizing contribution document. Old method of installing Poetry has long been deprecated and removed.

Updated Makefile to match my other repos. No longer automatically calling "deps" in other build targets.

Regenerated pyproject.toml with latest Poetry version (1.8.3).

Switched to using dev dependency group in pyproject.toml.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.00%. Comparing base (8da8472) to head (37134e0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ======================================= Coverage 98.00% 98.00% ======================================= Files 2 2 Lines 50 50 Branches 6 6 ======================================= Hits 49 49 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.