Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect version range specified for docutils dependency #79

Closed
emil-vdw opened this issue Jul 23, 2024 · 0 comments · Fixed by #80
Closed

Incorrect version range specified for docutils dependency #79

emil-vdw opened this issue Jul 23, 2024 · 0 comments · Fixed by #80

Comments

@emil-vdw
Copy link
Contributor

Description

sphinx-mdinclude wrongly states that it is compatible with docutils>=0.16,<1.0 when it depends on the function docutils.io.error_string added in docutils version 0.19.

The dependency range needs to be updated to: docutils>=0.19,<1.0.

Details

To reproduce:

[tool.poetry]
package-mode = false

[tool.poetry.dependencies]
python = "~=3.9"
sphinx-mdinclude = "==0.6.0"
docutils = "==0.16"
poetry run python
>> import sphinx_mdinclude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant