diff --git a/docs/_templates/index.html b/docs/_templates/index.html
new file mode 100644
index 000000000..e6840aa9d
--- /dev/null
+++ b/docs/_templates/index.html
@@ -0,0 +1,39 @@
+{% extends "defindex.html" %}
+{% block tables %}
+
+ |
+ Getting started
+ for an overview and tutorial
+ API Reference
+ all details about Scrapy stable API
+ Experimental Features
+ use with caution
+ |
+ Using Scrapy
+ usage guide and key concepts
+ Frequently Asked Questions
+ for common questions
+ Proposed documentation
+ documentation in progress or unstable features
+ |
+
+
+
+ |
+ Global Module Index
+ quick access to all modules
+ General Index
+ all functions, classes, terms
+ Glossary
+ the most important terms explained
+ |
+ Search page
+ search this documentation
+ Complete Table of Contents
+ lists all sections and subsections
+ |
+
+{% endblock %}
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 000000000..4d731a7c2
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,16 @@
+{% extends "!layout.html" %}
+
+{% block rootrellink %}
+ Scrapy v. {{ version }} documentation »
+