Richard Tibbles

Results 552 comments of Richard Tibbles

It seems like the appropriate fix here then is to migrate this from `kolibri.utils.main.initialize` to earlier in the CLI pipeline (before the settings option is processed).

It's possible with Click to require that one setting is parsed before another, so that would allow pythonpath to be processed first.

These all seem like problems - although I thought I had handled the icon colour already. One thing to note is that because I moved the location of the sign...

Hey @ellipsis, give me a code review

@marcellamaki have addressed comments. @pcenov I have fixed all the reported issues (except the internationalized Sign out, which will not be fixed until we redo translations, as noted).

Updated: ![image](https://github.com/learningequality/kolibri/assets/1680573/f573a3f5-1daa-4789-8fd2-02622936fa45)

According to our old friend @benjaoming, the workaround for this may be to add in a specific extension to our extensions configuration: https://github.com/readthedocs/sphinx_rtd_theme/issues/1452#issuecomment-1490504991 ``` extensions = [ "sphinxcontrib.jquery", ] ```...

Alternatively, it may just be that we need to update the sphinx-rtd-theme package? But it's unpinned, so I am not sure why it's not updated!