Hi Rudi, On Mon, 29 Jun 2020, Rudolph Bott wrote:
it looks like this file is missing: https://saschalucas.github.io/docs/ganeti/3.0/html/_static/default.css It gets included by style.css in the same folder (which in turn is used by the HTML files). I have not yet looked at the code where that file might come from. The header of this file from the 2.16 docs states this:
Ah, Thanks. It is fixed in the gh-page now. But now there is an other disturbance: https://github.com/sphinx-doc/sphinx/issues/4246. All Sphinx themes are now limited to a width of 800px (I assume to be compatible with my 90th SVGA display :-) ). The root cause is that style.css comes with Ganeti code and includes default.css. In Makefile.am the Sphinx theme is set to default/classic depending on the Sphinx version (classic will be default on >=1.3, BTW: default includes classic). However this style.css does not make any differentiation. For the moment I removed custom CSS from Sphinx conf.py. Probably will submit a PR therefore. Thanks, Sascha. -- You received this message because you are subscribed to the Google Groups "ganeti-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ganeti-devel/alpine.DEB.2.20.2006291717500.16388%40ivy.loc.
