Delete layout.html

Trying to get readthedocs to recognize the new layout.html file
This commit is contained in:
srcarter3 2020-11-25 12:35:40 -07:00 committed by GitHub
parent 84c98bc788
commit 229c776400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +0,0 @@
{% block document %}
<html>
<head>
<meta http-equiv="Refresh" content="5; url=https://unidata.github.io/python-awips" />
</head>
<body>
<p>Documentation for python-awips is now hosted at <a href="https://unidata.github.io/python-awips">GitHub Pages</a>.<br>
This page will redirect you automatically in 5 seconds.</p>
</body>
</html>
{% endblock %}