Need to work on my critical reading.Thanks. On Friday, September 9, 2022 at 4:41:17 AM UTC-6 Stefano David wrote:
> On Thu, 8 Sep 2022 17:10:30 -0700 (PDT), Louis King wrote: > > > Hi all, > > Trying to embellish the documentation on two programs on different > > system I am using sphinx ver 5.0.0 on one and 5.1.1 on the other. Both > > act the same. > > In my conf.py file the html_static_path = ['../_static'] directive does > > not affect the html_logo = > > 'logo.png' directive. > > > Obvious workaround but... Am I missing something? > > The logo file should be relative to the source directory of conf.py, so > probably: > > # The name of an image file (relative to this directory) to place at the > top > # of the sidebar. > html_logo = '../static/logo.png' > > > -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/4d414531-3fc4-4d99-b3c1-30577da146d7n%40googlegroups.com.