Skip to content

DOC: README links not working on PyPI #3899

@Timour-Ilyas

Description

@Timour-Ilyas

Problem

On the site https://pypi.org/project/seaborn/ there are 2 links that don't work due to the presence of relative links that work on Github but not anywhere else, the doc/README.md and the setup.cfg clickable text don't work.

Reproduction of an example

Image Image The relative link is translated to a non-existent file: https://pypi.org/project/seaborn/doc/README.md

Code of the bug

To build the documentation locally, please refer to [`doc/README.md`](doc/README.md).

Code style is enforced with `flake8` using the settings in the [`setup.cfg`](./setup.cfg) file. Run `make lint` to check. Alternately, you can use `pre-commit` to automatically run lint checks on any files you are committing: just run `pre-commit install` to set it up, and then commit as usual going forward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions