python / python-docs-es

Spanish translation of the Python documentation.
https://python-docs-es.readthedocs.io/
Other
319 stars 378 forks source link

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

Closed cacrespo closed 8 months ago

cacrespo commented 8 months ago

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

cacrespo commented 8 months ago

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 commented 8 months ago

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

Acá más información.