I am trying to get my logo to show up next to the title in the header, and it doesn't seem to work. I am using
html_logo = "xyz.png"
And no matter what I do it won't appear. The sphinx-build finds the file (I tested to ensure that it would give an error if I provide the wrong file or location), but the logo will not appear. In addition, it appears to create a blank link in the code, so you get:

And Sphinx also gives a 404 error. The 404 error shows up whether or not I use the "html_logo" option. So I'm not sure if it is related or not.
I am trying to get my logo to show up next to the title in the header, and it doesn't seem to work. I am using
html_logo = "xyz.png"
And no matter what I do it won't appear. The sphinx-build finds the file (I tested to ensure that it would give an error if I provide the wrong file or location), but the logo will not appear. In addition, it appears to create a blank link in the code, so you get:
And Sphinx also gives a 404 error. The 404 error shows up whether or not I use the "html_logo" option. So I'm not sure if it is related or not.