canonical / canonical/sphinx-stack
`make update` should not need `requirements.txt`
Open
improvement
question
- Dominant language
- No language data
- Stars
- 37
- Forks
- 77
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 3
Description
The `update` target uses `install`, which sets up `venv` using the deps in `requirements.txt`, meaning that when you just want to check for updates, all of Sphinx and co. is installed -- which shouldn't be necessary.
Is there some reason why the `update` target doesn't just run `python .sphinx/update_sp.py`?
Contributor guide
Assessment
This issue has not been assessed yet.