Open
Description
Currently, all the configurations are per-project and defined by the project administrator. However, based on readthedocs/readthedocs.org#11266, I see readers wanting a standardized way to use Read the Docs in the same way for all the projects.
Examples of people's requirements I've read:
- Navigation with hotkeys
- Dark mode
- Notifications (Notification: use a cookie to keep it closed for the sessionย #46)
- What else?
Questions
- Does this make sense?
- Users are not logged in into the documentation domain, should we use a cookie to store these settings?
- What other configuration would be useful for readers?
- How this would work for Sphinx, MkDocs, Docusaurus and any other documentation tools we support?
I think the conversation is interesting and could give readers a nicer UX all across Read the Docs. However, I'm not clearly seeing a way to implement it.