Skip to content

Fija versión para docutils y sphinx-tabs #2804

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

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

cacrespo
Copy link
Collaborator

Con esta actualización resolvemos el error visto en #2796.
Localmente corrió sin problemas.

@cacrespo
Copy link
Collaborator Author

cacrespo commented Jan 22, 2024

Ahora está más claro el asunto:

pospell (que utiliza nuestro script check_spell.py) necesitá docutils>=0.19 y entra en conflicto con sphinx-tabs.

The conflict is caused by:
    The user requested docutils==0.20.1
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
    sphinx 7.2.6 depends on docutils<0.21 and >=0.18.1
    sphinx-tabs 3.4.4 depends on docutils~=0.18.0

@cacrespo
Copy link
Collaborator Author

Recién salido del horno, sphinx-tabs 3.4.5 ya no deja fija la versión de docutils.

Acá más información.

@cacrespo cacrespo changed the title Fija versión para docutils Fija versión para docutils y sphinx-tabs Jan 22, 2024
Copy link
Collaborator

@rtobar rtobar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buena @cacrespo! El otro día me metí a ver esto mismo, y también caí en la cuenta de que sphinx-tabs estaba siendo un poco problemático con su dependencia en docutils -- y después se me acabó el tiempo.

Veo que el build de la documentación pasó ya con esto, esperemos que el resto de las cosas funcionen también de manera correcta.

@rtobar rtobar merged commit 6ade4af into python:3.12 Jan 22, 2024
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 this pull request may close these issues.

2 participants