Migrate from rst2ansi to rich#1148
Open
ezzieyguywuf wants to merge 1 commit into
Open
Conversation
Author
|
@olzhasar-reef pinging you since you were active in #1103 and it seems you have commit privaleges to the repo, hoping you can take a look. |
Collaborator
|
Won't that break rendering docs with sphinx on readthedocs? |
Author
|
looks like sphinx supports markdown I'll find some time to test how this renders and whether other changes are needed for sphinx |
0598ff4 to
cf2efb7
Compare
Author
|
@ppolewicz so you're right, the markdown stuff did break sphinx, and while I went down the rabbit hole of resolving it, turns out that rich actually can work with rst, it just needs an extra plugin. so I've reworked this to leave the rst as-is and instead just migrate away from rst2ansi and to rich. |
d20af7a to
f7baf75
Compare
f7baf75 to
a9a3cc9
Compare
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.
Closes #1103