-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Make $ unselectable in docs #4990
Conversation
Also, this PR fixes this problem Also, there's one line between those two points which is not visible in the current docs (fixed in the PR). |
I don't know if this is a problem with my internet connection or something. Can anybody confirm this? |
I think that none of the issue that you are mentioning here are from your PR. I see all of them already happen in the current production online docs. |
I do see the problem in the current docs. @davidfischer do you know what this can be happening? |
@humitos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add prompt
to https://github.com/rtfd/readthedocs.org/blob/master/docs/.rstcheck.cfg so tests pass
Codecov Report
@@ Coverage Diff @@
## master #4990 +/- ##
=======================================
Coverage 76.76% 76.76%
=======================================
Files 158 158
Lines 9953 9953
Branches 1245 1245
=======================================
Hits 7640 7640
Misses 1980 1980
Partials 333 333 |
Codecov Report
@@ Coverage Diff @@
## master #4990 +/- ##
=========================================
+ Coverage 76.76% 76.86% +0.1%
=========================================
Files 158 158
Lines 9953 9987 +34
Branches 1245 1253 +8
=========================================
+ Hits 7640 7677 +37
+ Misses 1980 1977 -3
Partials 333 333
|
@stsewd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for continue working on this PR. It looks great!
I noticed just minor changes to be made, and we are ready to merge.
@humitos
|
I also took a quick look and didn't find a way to configure it. It may worth to open an issue at
This is not something that we need at the theme level, but at project level. So, I wouldn't put it in the We may want to add an extra CSS file for our own
I don't know another thing that works here. I'm sorry that this PR is taking too long and when I was happy with the code the style of sphinx-prompt disappointed me. I'm not sure what path to follow yet, but I would start opening an issue on them and continue with the idea of adding a custom CSS. |
I agree on this. And I have pushed some changes following this idea. It is working as it should be and the code-blocks also looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @dojutsu-user! This looks great to me!
This is the result that I'm getting locally:
I'd say that we are ready to merge this PR.
Thanks a lot for all of this work! I'm merging. |
💯 🎉 @dojutsu-user |
Fixes #4698