diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html new file mode 100644 index 00000000..a7180309 --- /dev/null +++ b/docs/source/_templates/layout.html @@ -0,0 +1,16 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + + + + +{% endblock %} \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 056b1aa8..7da6121a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -210,6 +210,8 @@ # -- Extension configuration ------------------------------------------------- + + # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. diff --git a/docs/sphinx_packages.sh b/docs/sphinx_packages.sh index 623f7986..ba7df09b 100755 --- a/docs/sphinx_packages.sh +++ b/docs/sphinx_packages.sh @@ -9,4 +9,5 @@ pip install -U rst2pdf #https://github.com/rst2pdf/rst2pdf/pull/770/files pip install -U sphinxcontrib-github_ribbon pip install sphinxcontrib-bibtex +#pip install sphinxcontrib.googleanalytics