summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-05-20 20:33:48 -0700
committerDavid Lord <davidism@gmail.com>2021-05-20 20:33:48 -0700
commita512cd3dd2f2268c803b9718e576f7ade448e271 (patch)
treeff52f9fb6ac53f080a8b39edcf42c7c7319da176
parent5faff6a29460d73c022c825c2ee31899733f6b4c (diff)
downloadmarkupsafe-a512cd3dd2f2268c803b9718e576f7ade448e271.tar.gz
update pallets-sphinx-themes
-rw-r--r--docs/conf.py6
-rw-r--r--requirements/dev.txt2
-rw-r--r--requirements/docs.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 84fa534..bba34c0 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_title = f"MarkupSafe Documentation ({version})"
html_show_sourcelink = False
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 0dbc2bc..3d2032f 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -52,7 +52,7 @@ packaging==20.9
# pytest
# sphinx
# tox
-pallets-sphinx-themes==2.0.0
+pallets-sphinx-themes==2.0.1
# via -r requirements/docs.in
pep517==0.10.0
# via pip-tools
diff --git a/requirements/docs.txt b/requirements/docs.txt
index ec9cfcb..e4394d6 100644
--- a/requirements/docs.txt
+++ b/requirements/docs.txt
@@ -26,7 +26,7 @@ packaging==20.9
# via
# pallets-sphinx-themes
# sphinx
-pallets-sphinx-themes==2.0.0
+pallets-sphinx-themes==2.0.1
# via -r requirements/docs.in
pygments==2.9.0
# via sphinx