github-tools
github-tools copied to clipboard
Helpers for hosting python projects on GitHub
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 0.1.7 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @EliahKagan...
When generating a sphinx documentation with the github-tools extension the URLs to source files is not rewritten and still contains an underscore (e.g. '_modules/....'). An example can be found at:...
GitPython Version 0.1.6 is nowhere to download anymore. Specifying GitPython==0.1.7 as requirement would make github-tools installable again.
The warning from sphinx should be print from the gh_pages_build task in a verbose mode otherwise is not possible to solve the problem. ``` ---> github.tools.task.gh_pages_build ---> github.tools.task.gh_pages_clean Update/reset "docs/_build/html"...