diet test-root: Remove html_static_path and html_extra_path (duplicated with test-html_assets)

This commit is contained in:
Takeshi KOMIYA
2017-12-13 23:46:57 +09:00
parent a8ab1f164b
commit a5b64c98af
7 changed files with 0 additions and 36 deletions

View File

@@ -1 +0,0 @@
This whole directory is there to test html_static_path.

View File

@@ -1 +0,0 @@
/* This file should be excluded from being copied over */

View File

@@ -1 +0,0 @@
/* Stub file */

View File

@@ -33,8 +33,6 @@ html_sidebars = {'**': 'customsb.html',
'contents': ['contentssb.html', 'localtoc.html',
'globaltoc.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'}

View File

@@ -1,2 +0,0 @@
User-agent: *
Disallow: /cgi-bin/

View File

@@ -1,2 +0,0 @@
/* Stub file, templated */
{{ sphinx_version }}