Skip to content

Can't use sphinx-design with Sphinx 5.0 preview #65

@lsaffre

Description

@lsaffre

Describe the bug

When I have sphinx-design installed, then I can't upgrade to Sphinx 5 preview:

$ pip install -U --pre Sphinx
Requirement already satisfied: Sphinx in /home/luc/virtualenvs/py38/lib/python3.8/site-packages (4.5.0)
Collecting Sphinx
  Using cached Sphinx-5.0.0b1-py3-none-any.whl (3.1 MB)
(...)
sphinx-design 0.1.0 requires sphinx<5,>=3, but you have sphinx 5.0.0b1 which is incompatible.

This is a problem for people who want to test the newest Sphinx version.

Reproduce the bug

$ pip install -U --pre Sphinx

List your environment

Using Python 3.8.0 under Ubuntu

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions