summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-remote-logo/conf.py
blob: 07949ba91fc407730c60c917802630261dbfe137 (plain)
1
2
3
4
5
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"