I can't seem to find the root of the problem... Would this be a bug with firefox, with a certain version of sphinx, or bad configuration ?
Thanks,
def setup(app):
app.add_stylesheet("styles.css")
--
You received this message because you are subscribed to the Google Groups "sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sphinx-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/1a101a26-67f8-4b91-b0e2-da6a61f9d362%40googlegroups.com.
def setup(app):
app.add_stylesheet("styles.css")
Hi,Could you let us know a URL of the page? Or please make a minimal example. It is difficult to help you without reproducing the problem.Thanks,Takeshi KOMIYA
2020年2月27日(木) 21:41 Benoit Leybaert <benoit....@gmail.com>:
--I want to add, after searching more, that this is probably caused by a custom css sheet.in conf.py :And I have a "styles.css" file in "_static" folder.def setup(app):
app.add_stylesheet("styles.css")everything seems OK but firefox is apparently having trouble taking the style before loading everything ?
Le jeudi 27 février 2020 13:32:45 UTC+1, Benoit Leybaert a écrit :Hi,I have a problem with a svg logo set as the html_logo in conf.py :- In firefox, logo is taking all the page to load then resize instantly, or the text is loading without css during a split second :- Yet in Chromium, it works as expected :I can't seem to find the root of the problem... Would this be a bug with firefox, with a certain version of sphinx, or bad configuration ?
Thanks,
You received this message because you are subscribed to the Google Groups "sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sphinx...@googlegroups.com.