Skip to content

Commit 224628d

Browse files
committed
Add link to netlify site in the documentation, switch to bizstyle theme
1 parent 2f2a228 commit 224628d

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

docs/_templates/layout.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 %}&#169; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
8+
{%- else %}
9+
{% trans copyright=copyright|e %}&#169; 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 %}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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,

0 commit comments

Comments
 (0)