This repository was archived by the owner on Nov 11, 2024. It is now read-only.
New Sphinx with extra values to unpack#79
Closed
dpshelio wants to merge 1 commit into
Closed
Conversation
Member
|
I've actually started seeing this error in the Travis builds for Astropy's docs too, so I think it is now in conda (I'm not sure though). |
Member
|
@dpshelio Would you mind adding a note in the changelog, under the 0.4.2 section--something like: Thanks! |
Member
|
Also the build failed for Python 3.2, but it seems to be some problem with the version of Jinja that's being installed with Sphinx? It appears it might not be compatible with Python 3.2. In any case, the tests for this are fine so we can ignore that failure for now until I get to the bottom of it. |
…nts; new one introduced in Sphinx 1.2.3: module_name
cb9271a to
1066115
Compare
Contributor
Author
Member
Member
|
Closed in favor of #80. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current version of sphinx installed by conda (v1.2.2) doesn't show the error the newer version produces:
ValueError: too many values to unpackbecause the elements are not unpacked to the right amount of variables. This PR (originally in astropy/astropy#2914) add an extra variable to unpack all the elements properly.In case you are interested, this was introduced in Sphinx by this commit