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

Fix tests failures with Sphinx 1.7 by always registering the transform #136

Merged
merged 1 commit into from
Apr 19, 2018

Conversation

mitya57
Copy link
Contributor

@mitya57 mitya57 commented Apr 18, 2018

In sphinx-doc/sphinx@27ea988f6e5a6637, the transforms handling has been moved into a registry, so the list of transforms no longer persists between tests runs.

@mitya57
Copy link
Contributor Author

mitya57 commented Apr 18, 2018

One test is failing on Python 2.7 because Tinkerer dropped Python 2 support in vladris/tinkerer@d3aee0119290afc2, that is unrelated to my changes.

@mcmtroffaes
Copy link
Owner

Oh, thanks for this! I'm trying to understand why this is needed - it looks like a bug in sphinx?

@mcmtroffaes mcmtroffaes merged commit ab86cfa into mcmtroffaes:develop Apr 19, 2018
@mitya57
Copy link
Contributor Author

mitya57 commented Apr 19, 2018

I would say the previous Sphinx behavior was a bug, and this project had a hack to work around it, a part of which is no longer needed with the new version.

@mcmtroffaes
Copy link
Owner

Yeah, agreed. 👍 I'm releasing it in a moment.

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.

None yet

2 participants