Merge pull request #6009 from tk0miya/4611_add_testcase_for_html_style

Separate testcase for html_style to single case from root
This commit is contained in:
Takeshi KOMIYA
2019-02-03 19:48:56 +09:00
committed by GitHub
5 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
html_style = 'default.css'
html_static_path = ['_static']

View File

@@ -0,0 +1,2 @@
html_style
==========

View File

@@ -39,7 +39,6 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html', 'sourcelink.html',
'customsb.html', 'searchbox.html'],
'contents': ['contentssb.html', 'localtoc.html',
'globaltoc.html']}
html_style = 'default.css'
html_last_updated_fmt = '%b %d, %Y'
html_context = {'hckey': 'hcval', 'hckey_co': 'wrong_hcval_co'}