Hi, I created a "favicon.ico" file which I placed in the docs/ directory. In the conf.py file, I put:
html_favicon = 'favicon.ico' Before I added my file name for this option, when I built, a generic favicon (apparently for this particular server) appeared. After adding the above, I now get a white circle in place of the generic favicon. I thought maybe my favicon.ico was incorrect. However, when I place the file in docs/_build/html/_static (on my branch), the favicon displays correctly. Should my "favicon.ico" file be in another folder? If so, where? Also, I used the "html_theme_option" in "conf.py" to put the sidebar on the right. The sidebar displays and works great in Firefox (except for a sticky sidebar), but in IE, the toolbar background displays on the right, but the text & logo that go on it remain on the left. Thanks for any help. Paulette -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
