Re: [sphinx-users] Re: Problem in firefox when loading different pages

2020-03-04 Thread Benoit Leybaert
Hi, Thanks for replying. I fixed my problem. The cause was indeed in `conf.py` def setup(app): app.add_stylesheet("styles.css") To use custom css in addition to the theme css. I got it from a stackoverflow comment

Re: [sphinx-users] Re: Problem in firefox when loading different pages

2020-03-01 Thread Komiya Takeshi
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 : > I want to add, after searching more, that this is probably caused by a > custom css sheet.

[sphinx-users] Re: Problem in firefox when loading different pages

2020-02-27 Thread Benoit Leybaert
I want to add, after searching more, that this is probably caused by a custom css sheet. in conf.py : def setup(app): app.add_stylesheet("styles.css") And I have a "styles.css" file in "_static" folder. everything seems OK but firefox is apparently having trouble taking the style before