diff options
Diffstat (limited to 'tests/roots/test-local-logo/conf.py')
-rw-r--r-- | tests/roots/test-local-logo/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/roots/test-local-logo/conf.py b/tests/roots/test-local-logo/conf.py new file mode 100644 index 0000000..1a166c1 --- /dev/null +++ b/tests/roots/test-local-logo/conf.py @@ -0,0 +1,4 @@ +latex_documents = [ + ('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report') +] +html_logo = "images/img.png" |