Switch docs theme to Furo, refs #435

This commit is contained in:
Simon Willison 2022-05-20 14:51:30 -07:00
commit 397183debd
8 changed files with 15 additions and 31 deletions

6
docs/_templates/base.html vendored Normal file
View file

@ -0,0 +1,6 @@
{%- extends "!base.html" %}
{% block site_meta %}
{{ super() }}
<script defer data-domain="sqlite-utils.datasette.io" src="https://plausible.io/js/plausible.js"></script>
{% endblock %}