Skip to content

Commit 8137496

Browse files
committed
actually better test
1 parent d3d0664 commit 8137496

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/sites/deprecated/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# Base options, we can add other key/vals later
2121
html_theme_options = {
2222
"search_bar_position": "navbar",
23-
"left_sidebar_end": ["sidebar-ethical-ads.html"],
2423
"logo_text": "DOCS",
2524
"page_sidebar_items": [
2625
"page-toc.html",

tests/test_build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,6 @@ def test_deprecated_build_html(sphinx_build_factory, file_regression):
870870
expected_warnings = (
871871
"The configuration `logo_text` is deprecated",
872872
"The configuration `page_sidebar_items` is deprecated",
873-
"unsupported theme option 'left_sidebar_end'",
874873
"unsupported theme option 'logo_text'",
875874
"unsupported theme option 'page_sidebar_items'",
876875
)

0 commit comments

Comments
 (0)