diff --git a/docs/.gitignore b/docs/.gitignore index 04bc145de..e69de29bb 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1 +0,0 @@ -_* diff --git a/docs/_static/js/guru_widget.js b/docs/_static/js/guru_widget.js new file mode 100644 index 000000000..289d34857 --- /dev/null +++ b/docs/_static/js/guru_widget.js @@ -0,0 +1,9 @@ +document.write(` + +`); \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 9fff96673..f8b6394e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -162,6 +162,10 @@ 'css/default.css', ] +html_js_files = [ + 'js/guru_widget.js', +] + # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation.