mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
0
tests/roots/test-html_style/_static/default.css
Normal file
0
tests/roots/test-html_style/_static/default.css
Normal file
2
tests/roots/test-html_style/conf.py
Normal file
2
tests/roots/test-html_style/conf.py
Normal file
@@ -0,0 +1,2 @@
|
||||
html_style = 'default.css'
|
||||
html_static_path = ['_static']
|
||||
2
tests/roots/test-html_style/contents.rst
Normal file
2
tests/roots/test-html_style/contents.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
html_style
|
||||
==========
|
||||
@@ -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'}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user