Turn off syntax highlighting in one of the known issues#4547
Merged
astrofrog merged 2 commits intoastropy:masterfrom Jan 31, 2016
Merged
Turn off syntax highlighting in one of the known issues#4547astrofrog merged 2 commits intoastropy:masterfrom
astrofrog merged 2 commits intoastropy:masterfrom
Conversation
Member
|
@mwcraig - thanks! Would it work if we instead updated the prompt in the example to IPython instead of |
Member
Author
|
@astrofrog -- somewhat to my surprise, yes, locally...will see what travis says. |
Member
|
@mwcraig - thanks! |
astrofrog
added a commit
that referenced
this pull request
Jan 31, 2016
Turn off syntax highlighting in one of the known issues
Member
|
I'm milestoning as v1.0.x because we do still rely on Travis for that branch, so this will need to be fixed there too. |
This was referenced Jan 31, 2016
Merged
eteq
pushed a commit
that referenced
this pull request
Feb 24, 2016
Turn off syntax highlighting in one of the known issues
eteq
pushed a commit
that referenced
this pull request
Feb 29, 2016
Turn off syntax highlighting in one of the known issues
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Several recent doc builds have failed because the most recent release of sphinx made this change[1]:
The known issue at https://github.com/astropy/astropy/blob/master/docs/known_issues.rst#L324 contains
u.Angstrom?because the issue was in IPython. Because the question mark isn't standard python syntax, sphinx now generates a warning, which fails the test.@eteq @astrofrog -- how should this be milestoned?
[1]: Release 1.3.5 (released Jan 24, 2016)