Skip to content

Please don't upper-bound the sphinx version #48

@LecrisUT

Description

@LecrisUT

Related to upper-bound limits in

install_requires = [
'Sphinx>=1.6.3,<9.0.0',
'sphinx-rtd-theme>=0.5.0,<3.1',
]

If the goal is to test for appropriate support of the version, then please use something like uv.lock which would bump the dependency in the test environment while keeping the metadata support still open.

If the goal is to really make sure that the theme is compatible before shipping a compatible version, please make sure you are keeping up with the dependabot #47 and release in a timely manner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions