ionelmc / cookiecutter-pylibrary

Enhanced cookiecutter template for Python libraries.
BSD 2-Clause "Simplified" License
1.25k stars 207 forks source link

testenv:docs fails out-of-the-box for GitHub repos #170

Closed dHannasch closed 5 years ago

dHannasch commented 5 years ago

When creating a new repo on GitHub, the README.rst includes a link that will be broken, causing the build to fail:

(line    3) broken    https://github.com/dHannasch/repo-name/compare/v0.0.0...master - 404 Client Error: Not Found for url: https://github.com/dHannasch/repo-name/compare/v0.0.0...master

because that tag does not exist.