summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-05-20 20:48:16 -0700
committerDavid Lord <davidism@gmail.com>2021-05-20 20:48:16 -0700
commit570f94cc10bf8eb497e38c7a3840e9ac74fef65a (patch)
tree04fa5de0eaeed2314d2b1eab828ee8fe6f1728f6 /docs
parent738644d8162941241c92dd52f1534fba4ac8ffbb (diff)
downloadjinja2-570f94cc10bf8eb497e38c7a3840e9ac74fef65a.tar.gz
update pallets-sphinx-themes
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ca6763c..f65d462 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,10 +38,10 @@ html_context = {
]
}
html_sidebars = {
- "index": ["project.html", "localtoc.html", "searchbox.html"],
- "**": ["localtoc.html", "relations.html", "searchbox.html"],
+ "index": ["project.html", "localtoc.html", "searchbox.html", "ethicalads.html"],
+ "**": ["localtoc.html", "relations.html", "searchbox.html", "ethicalads.html"],
}
-singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]}
+singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]}
html_static_path = ["_static"]
html_favicon = "_static/jinja-logo-sidebar.png"
html_logo = "_static/jinja-logo-sidebar.png"