File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends '!layout.html' %}
2+
3+ {% block footer %}
4+ < div class ="footer " role ="contentinfo ">
5+ {%- if show_copyright %}
6+ {%- if hasdoc('copyright') %}
7+ {% trans path=pathto('copyright'), copyright=copyright|e %}© < a href ="{{ path }} "> Copyright</ a > {{ copyright }}.{% endtrans %}
8+ {%- else %}
9+ {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
10+ {%- endif %}
11+ {%- endif %}
12+ {%- if last_updated %}
13+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
14+ {%- endif %}
15+ {%- if show_sphinx %}
16+ {% trans sphinx_version=sphinx_version|e %}Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > {{ sphinx_version }}.{% endtrans %}
17+ {%- endif %}
18+ Powered by < a href ="https://netlify.com/ "> Netlify</ a >
19+ </ div >
20+ {% endblock %}
Original file line number Diff line number Diff line change 4747
4848# The theme to use for HTML and HTML Help pages. See the documentation for
4949# a list of builtin themes.
50- html_theme = 'pyramid '
50+ html_theme = 'bizstyle '
5151
5252# Add any paths that contain custom static files (such as style sheets) here,
5353# relative to this directory. They are copied after the builtin static files,
You can’t perform that action at this time.
0 commit comments