diff --git a/docs/_static/scrapydoc.css b/docs/_static/scrapydoc.css index 9ec34edca..3e58a5e70 100644 --- a/docs/_static/scrapydoc.css +++ b/docs/_static/scrapydoc.css @@ -638,19 +638,6 @@ img.logo { border: 0; } -.docversion { - padding-top: 5px; - padding-bottom: 5px; -} - -.devdoc { - color: red; -} - -.stabledoc { - color: #777; -} - /* :::: PRINT :::: */ @media print { div.document, diff --git a/docs/_templates/page.html b/docs/_templates/page.html deleted file mode 100644 index f598fe4a3..000000000 --- a/docs/_templates/page.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "layout.html" %} -{% block body %} -
- This document is for Scrapy's development version, which can be - significantly different from previous releases. Get old docs here: - 0.12, - 0.10, - 0.9. - 0.8. - 0.7. -
- {% else %} -- This document describes Scrapy {{ version }}. For development docs, - go here. -
- {% endif %} -