update pallets-sphinx-themes

This commit is contained in:
David Lord 2021-05-20 21:03:02 -07:00
parent 69e6d59ac8
commit cfda270899
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 5 additions and 5 deletions

View file

@ -49,10 +49,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/flask-icon.png"
html_logo = "_static/flask-icon.png"