From 538f67e20f693c6899f21b36ba9d1fb3b040568a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 21 Feb 2016 22:00:50 -0500 Subject: [PATCH] hacks --- docs/_templates/hacks.html | 14 ++++++++++++++ docs/conf.py | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 docs/_templates/hacks.html 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