From 538532a305fada890f7eb7b2d1c16619c0d8ef3a Mon Sep 17 00:00:00 2001 From: grosroro Date: Thu, 31 May 2012 11:40:39 +0200 Subject: [PATCH] Add analytics --- docs/source/API/.placeholder | 0 docs/source/_themes/Alchemy/analytics.html | 14 ++++++++++++++ docs/source/_themes/Alchemy/layout.html | 14 +------------- docs/source/conf.py | 2 +- 4 files changed, 16 insertions(+), 14 deletions(-) create mode 100644 docs/source/API/.placeholder create mode 100644 docs/source/_themes/Alchemy/analytics.html diff --git a/docs/source/API/.placeholder b/docs/source/API/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/_themes/Alchemy/analytics.html b/docs/source/_themes/Alchemy/analytics.html new file mode 100644 index 0000000..b760131 --- /dev/null +++ b/docs/source/_themes/Alchemy/analytics.html @@ -0,0 +1,14 @@ + + \ No newline at end of file diff --git a/docs/source/_themes/Alchemy/layout.html b/docs/source/_themes/Alchemy/layout.html index e218191..5dc4e25 100644 --- a/docs/source/_themes/Alchemy/layout.html +++ b/docs/source/_themes/Alchemy/layout.html @@ -220,18 +220,6 @@ {{ script() }} - + {% include "analytics.html" %} diff --git a/docs/source/conf.py b/docs/source/conf.py index 1bbd9f1..2b8f7fa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -108,7 +108,7 @@ html_theme_path = ['_themes'] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = ['_static', 'API'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.