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

Require Sphinx 2.1 for trait_documenter tests #1216

Merged
merged 2 commits into from
Jun 26, 2020
Merged

Conversation

mdickinson
Copy link
Member

This PR remove some backwards compatibility code needed for ancient Sphinx versions.

Just to be safe, we also add a minimum Sphinx version in the test requirements.

Closes #1054.

@mdickinson mdickinson changed the title Require sphinx 2.1 Require Sphinx 2.1 Jun 18, 2020
@mdickinson mdickinson changed the title Require Sphinx 2.1 Require Sphinx 2.1 for trait_documenter tests Jun 18, 2020
@mdickinson
Copy link
Member Author

Edited the PR title to clarify that the restriction on the Sphinx version applies only to the trait documenter tests; not to trait_documenter itself.

@mdickinson mdickinson requested a review from kitchoi June 26, 2020 08:24
Copy link
Contributor

@kitchoi kitchoi left a comment

Choose a reason for hiding this comment

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

LGTM

@mdickinson mdickinson merged commit 117b37a into master Jun 26, 2020
@mdickinson mdickinson deleted the require-sphinx-2.1 branch June 26, 2020 09:48
mdickinson added a commit that referenced this pull request Oct 21, 2020
We require Sphinx >= 2.1.

Related: #1216.
mdickinson added a commit that referenced this pull request Oct 21, 2020
* Correct the minimum Sphinx version in README

We require Sphinx >= 2.1.

Related: #1216.

* Restore minimum version for Sphinx; see #1216 and #1276
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.

Clean up compatibility code for older Sphinx versions
2 participants