The following themes do not have a width limit on their pages:
This can result in extremely long text lines on large screens, making text difficult to read.
I propose to change the css of the above projects to limit the page width.
In case there are concerns that this changes the themes and breaks backward compatibility, one could at least add an option, so that users could set the width in the config.
If the basic idea is ok, I could write a pull request.
+1
Now #4246 is merged. It will be release as 1.7.
Thank you for your contribution!
I understand why you did this, but is there a way that we can configure our setup (add to the conf.py file) so it reverts to max-width:none or max-width:fill-available?
It should be possible to set the body_max_width parameter to strings like initial, none or fill-available.
See also
https://www.sphinx-doc.org/en/master/usage/theming.html
Noting that the PR that fixes this was https://github.com/sphinx-doc/sphinx/pull/4376 (not #4246 -- which is this issue itself -- as noted by @tk0miya).
Most helpful comment
It should be possible to set the body_max_width parameter to strings like initial, none or fill-available.
See also
https://www.sphinx-doc.org/en/master/usage/theming.html