mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
6 lines
237 B
Python
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"
|