Files
sphinx/tests/roots/test-remote-logo/conf.py
2021-06-28 13:28:29 +02:00

6 lines
237 B
Python

latex_documents = [
('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
]
html_logo = "https://www.python.org/static/img/python-logo.png"
html_favicon = "https://www.python.org/static/favicon.ico"