rst/themes/lifescience-theme/footer.html (18 lines of code) (raw):

<footer> <div class="uui-promo-footer"> <div class="footer-logo-copyright"> <div class="epam-logo"> <img src="{{ pathto('_static/images/Logo_Epam_Color.svg', 1) }}" alt="" /> </div> <p class="copyright">© {{copyright}}. All Rights Reserved.</p> </div> <div class="footer-navigation"> <ul class="uui-footer-navigation"> <li><a href="{{ pathto(master_doc) }}">{{theme_navbar_title}}</a></li> {%- for title, doc in theme_navbar_links %} <li><a href="{{ pathto(doc) }}">{{ title }}</a></li> {%- endfor %} </ul> </div> </div> </footer>