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/tff580%24adt%241%40ciao.gmane.io.