Trying new doc theme
This commit is contained in:
parent
e52a67ea85
commit
9e3aa5fd3d
23 changed files with 1212 additions and 0 deletions
25
rtd_dropdown/footer.html
Normal file
25
rtd_dropdown/footer.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<footer>
|
||||
{%- block next_prev %}
|
||||
{% if page and page.next_page or page.previous_page %}
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
{% if page.next_page %}
|
||||
<a href="{{ page.next_page.url|url }}" class="btn btn-neutral float-right" title="{{ page.next_page.title }}">Next <span class="icon icon-circle-arrow-right"></span></a>
|
||||
{% endif %}
|
||||
{% if page.previous_page %}
|
||||
<a href="{{ page.previous_page.url|url }}" class="btn btn-neutral" title="{{ page.previous_page.title }}"><span class="icon icon-circle-arrow-left"></span> Previous</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{%- endblock %}
|
||||
|
||||
<hr/>
|
||||
|
||||
<div role="contentinfo">
|
||||
<!-- Copyright etc -->
|
||||
{% if config.copyright %}
|
||||
<p>{{ config.copyright }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue