Dropped customized doc template

It was meant to be used only by the website, not for the doc shipped
with the package.

[skip ci]
This commit is contained in:
Daniele Varrazzo 2020-01-27 04:25:39 +00:00
parent f2d13ec809
commit 9bcca1a7b0
2 changed files with 3 additions and 14 deletions

3
doc/.gitignore vendored
View File

@ -3,3 +3,6 @@ src/_build/*
html/*
psycopg2.txt
src/sqlstate_errors.rst
# Added by psycopg-website to customize published docs
src/_templates/layout.html

View File

@ -1,14 +0,0 @@
{# Override the sphinx theme for the docs to add analytics #}
{%- extends "!layout.html" %}
{%- block scripts %}
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19287248-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-19287248-2');
</script>
{{- super() }}
{%- endblock %}