diff --git a/doc/OnlineDocs/_templates/ethicalads.html b/doc/OnlineDocs/_templates/ethicalads.html new file mode 100644 index 00000000000..e8e8f9241cc --- /dev/null +++ b/doc/OnlineDocs/_templates/ethicalads.html @@ -0,0 +1 @@ +
diff --git a/doc/OnlineDocs/_templates/footer.html b/doc/OnlineDocs/_templates/footer.html new file mode 100644 index 00000000000..d5d50c3f9d6 --- /dev/null +++ b/doc/OnlineDocs/_templates/footer.html @@ -0,0 +1,5 @@ +{% extends "!footer.html" %} +{%- block contentinfo %} +{{ super }} +
+{% endblock %} diff --git a/doc/OnlineDocs/conf.py b/doc/OnlineDocs/conf.py index d4deca77508..789c8f588e9 100644 --- a/doc/OnlineDocs/conf.py +++ b/doc/OnlineDocs/conf.py @@ -183,6 +183,15 @@ # html_theme_options = {'navigation_depth': 6, 'titles_only': True} +html_sidebars = { + "**": [ + "localtoc.html", + "relations.html", + "ethicalads.html", # Put the ad below the navigation and previous/next + "sourcelink.html", + "searchbox.html", + ] +} # 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".