Hi,

Is there an easy way of hyperlinking the company or author name displayed 
in the HTML footer without hardcoding it in the CSS?

The conf.py seems to furnish these details, but if one adds an href there, 
it is displayed as is, with the copyright text.

copyright = u'2015, <a href="www.example.com">NameGoesHere</a>'


The theme.css seems to contain the directive, but I'm wondering if there's 
a way to do this without hardcoding it in there.

fa-copyright:before{content:""}


In footer.html

<div role="contentinfo"> <p> {%- if show_copyright %} {%- if 
hasdoc('copyright') %} {% trans path=pathto('copyright'), 
copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ 
copyright }}.{% endtrans %} {%- else %} {% trans copyright=copyright|e 
%}&copy; Copyright {{ copyright }}.{% endtrans %} {%- endif %} {%- endif %} 
</div>

Appreciate all inputs, thanks!
M

-- 
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 http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to