I'm trying to include a logo within a toctree title entry specified like the example below but it isn't expanding. How should I specify this?
.. |logo| image:: icons/foo.png .. |logo2| image:: icons/foo2.png .. toctree:: :maxdepth: 1 |logo| This is the title <path/to/doc> |logo2| This is another title <path/to/doc2> Thanks in advance, Brent. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
