-
Notifications
You must be signed in to change notification settings - Fork 716
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
Investigate: bulleted lists in dev docs are broken #7958
Comments
I get this issue too in Chrome. Another example: https://kolibri-dev.readthedocs.io/en/develop/getting_started.html#manual-testing But the same on Github shows the bullets as expected. The ul, ol, dl {
margin: 0;
padding: 0;
list-style: none;
list-style-image: none;
} Which strips the bullets. I don't know if we own that file - but if we do we should fix it there. |
There's this file https://github.com/learningequality/kolibri/blob/7f76b3b2caa9b7866b318c7140d3a34704e3962d/docs/_build/_static/theme_overrides.css#L1 where I think you can add a new rule to override the |
@radinamatic I think by commenting out the I wouldn't have thought it since the rules in the override CSS are so specific 🤷 |
OK, I approved your PR @jonboiser, let's see if commenting out those rules will solve this! 🤞🏽 |
Nope, the latest build still has the missing bullet points. It seems that |
The logs here might be useful for debugging why things are different online vs. running |
So annoying... 😒 We pin the |
Fixed in #8002 🎉 |
thanks! |
Acceptance Criteria
Observed behavior
All bulleted lists in the dev docs are broken:
Expected behavior
Bulleted lists should be properly indented and annotated
User-facing consequences
Harder to read dev docs
Steps to reproduce
Navigate dev docs at https://kolibri-dev.readthedocs.io/
Context
This is definitely a regression, but after some initial investigation it seems to have existed for some time now – at least since 0.13
The text was updated successfully, but these errors were encountered: