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.