diff --git a/docs/_templates/hacks.html b/docs/_templates/hacks.html
new file mode 100644
index 0000000..f7f7093
--- /dev/null
+++ b/docs/_templates/hacks.html
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/docs/conf.py b/docs/conf.py
index 6f865c6..b9e1c63 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -146,9 +146,9 @@ html_static_path = ['_static']
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
- 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
+ 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html', 'hacks.html'],
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
- 'sourcelink.html', 'searchbox.html']
+ 'sourcelink.html', 'searchbox.html', 'hacks.html']
}
# Additional templates that should be rendered to pages, maps page names to