When running stb new blank-theme, the package will try to download https://github.com/pradyunsg/sphinx-theme-template/archive/refs/heads/sphinx-theme-template-stable.zip to make a template. However, this file doesn't exist.
Reproducer
pip install from head, e.g. pip install git+https://github.com/pradyunsg/sphinx-theme-builder.git
Run stb new blank-theme in the repository root.
Error:
Zip repository https://github.com/pradyunsg/sphinx-theme-template/archive/refs/heads/sphinx-theme-template-stable.zip is not a valid zip archive:
error: cookiecutter-failed
× Cookiecutter failed to generate the project.
╰─> Exit code: 1
Expectation
The file should exist or the link should be corrected.
What's happening?
When running
stb new blank-theme
, the package will try to downloadhttps://github.com/pradyunsg/sphinx-theme-template/archive/refs/heads/sphinx-theme-template-stable.zip
to make a template. However, this file doesn't exist.Reproducer
pip install git+https://github.com/pradyunsg/sphinx-theme-builder.git
stb new blank-theme
in the repository root.Expectation
The file should exist or the link should be corrected.
Code of Conduct