Set up initial test.

This commit is contained in:
Matthias C. M. Troffaes
2013-08-22 09:20:47 +01:00
parent 57aceed4ed
commit 28873bfa6a
4 changed files with 12 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ html_sidebars = {'**': 'customsb.html',
'contents': ['contentssb.html', 'localtoc.html'] }
html_style = 'default.css'
html_static_path = ['_static', 'templated.css_t']
html_extra_path = ['robots.txt']
html_last_updated_fmt = '%b %d, %Y'
html_context = {'hckey': 'hcval', 'hckey_co': 'wrong_hcval_co'}