update pallets-sphinx-themes
This commit is contained in:
parent
69e6d59ac8
commit
cfda270899
3 changed files with 5 additions and 5 deletions
|
|
@ -49,10 +49,10 @@ html_context = {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
"index": ["project.html", "localtoc.html", "searchbox.html"],
|
"index": ["project.html", "localtoc.html", "searchbox.html", "ethicalads.html"],
|
||||||
"**": ["localtoc.html", "relations.html", "searchbox.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_static_path = ["_static"]
|
||||||
html_favicon = "_static/flask-icon.png"
|
html_favicon = "_static/flask-icon.png"
|
||||||
html_logo = "_static/flask-icon.png"
|
html_logo = "_static/flask-icon.png"
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ packaging==20.9
|
||||||
# pytest
|
# pytest
|
||||||
# sphinx
|
# sphinx
|
||||||
# tox
|
# tox
|
||||||
pallets-sphinx-themes==2.0.0
|
pallets-sphinx-themes==2.0.1
|
||||||
# via -r requirements/docs.in
|
# via -r requirements/docs.in
|
||||||
pep517==0.10.0
|
pep517==0.10.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ packaging==20.9
|
||||||
# via
|
# via
|
||||||
# pallets-sphinx-themes
|
# pallets-sphinx-themes
|
||||||
# sphinx
|
# sphinx
|
||||||
pallets-sphinx-themes==2.0.0
|
pallets-sphinx-themes==2.0.1
|
||||||
# via -r requirements/docs.in
|
# via -r requirements/docs.in
|
||||||
pygments==2.9.0
|
pygments==2.9.0
|
||||||
# via
|
# via
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue