Skip to content

requirements.txt not completely removed #1316

@AlexSzatmary

Description

@AlexSzatmary

Several sphinx-gallery source files mention requirements.txt but that file is not in the repo. I think it was removed in connection to adopting pyproject.toml. As a result, some instructions do not work, such as,

pip install -r requirements.txt -r dev-requirements.txt
in README.rst.

Instructions could be revised to instead say something like, pip install sphinx-gallery "sphinx>=4.0" pillow (also in README.rst).

It would be better if the requirements were only listed in one place. I think that would be possible and if done correctly, you could tell devs to do something like, python -m pip install --verbose --no-build-isolation --editable ".[dev]" (which is how Matplotlib does it).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions