mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge request #9381 broke support for local logos/favicons as it retained the paths that are passed to the template engine. That's wrong as the actual path will be in _static/. This should fix #9438
5 lines
143 B
Python
5 lines
143 B
Python
latex_documents = [
|
|
('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
|
|
]
|
|
html_logo = "images/img.png"
|