You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docs] Install project in yaml instead of reqs (#1332)
Context: bd26f19
This (refactor, technically) was motivated by fixing a Dependabot error
that prevented it from creating new dependency PRs.
Error message:
> **Dependabot couldn't fetch all your path-based dependencies**
> The affected dependencies were `"-e ." at /requirements/docs.txt`.
>
> To use path-based dependencies with Dependabot the paths must be relative, resolve to a directory in this project's source code, and contain a valid Python project.
(From https://github.com/jazzband/django-simple-history/network/updates/827989501.)
Evidence that RTD still builds successfully:
https://readthedocs.org/projects/ddabble-django-simple-history/builds/24379182/
0 commit comments