Sphinx: some good customization examples?
Posted
by Mark Harrison
on Stack Overflow
See other posts from Stack Overflow
or by Mark Harrison
Published on 2010-01-16T00:39:25Z
Indexed on
2010/05/15
7:54 UTC
Read the original article
Hit count: 199
I've created a Sphinx document using sphinx-quickstart.
Are there any good examples/tutorials about customizing the look? Specifically to modify the header and add a logo.
Are there some projects with downloadable Sphinx docs? I would like to see how they've customized their look.
update: Adding a logo is supported in the default setup, just not particularly well documented. Look in conf.py
for the *_logo
settings.`
© Stack Overflow or respective owner