diff options
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index 13b267994..e1ebc489c 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -36,7 +36,7 @@ html_theme_options = {'testopt': 'testoverride'} html_style = 'default.css' html_static_path = ['_static'] html_last_updated_fmt = '%b %d, %Y' -html_context = {'hckey': 'hcval'} +html_context = {'hckey': 'hcval', 'hckey_co': 'wrong_hcval_co'} htmlhelp_basename = 'SphinxTestsdoc' |